commit | d1fe281e12efd938683eae470bf01ce0d5ed3f9d | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Wed Apr 27 13:47:29 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 27 13:47:40 2016 |
tree | 91e3c58ee2cf4a0e2814bc15a199064b0de7e9b8 | |
parent | 034154b46a716387298a19f07a2e40983d84d78d [diff] |
Replace scoped_ptr with unique_ptr in webrtc/api/ But keep #including scoped_ptr.h in .h files, so as not to break WebRTC users who expect those .h files to give them rtc::scoped_ptr. BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1930463002 Cr-Commit-Position: refs/heads/master@{#12530}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.