commit | 8fb355705211c60b7ea610eb0b69543dc5f7f8bf | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Thu Feb 11 13:36:43 2016 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Thu Feb 11 21:36:57 2016 +0000 |
tree | 5e0b5a1922d448edc78ebcff7060ae723e2f4d4e | |
parent | 9b7a289301ed574197e20c48958f24ae65dc1e12 [diff] |
rtc::Buffer: Replace an internal rtc::scoped_ptr with std::unique_ptr We'd like to completely replace rtc::scoped_ptr with std::unique_ptr. This is a first trial CL to see if using unique_ptr causes any problems. (As a side effect of removing the scoped_ptr.h include in buffer.h, I had to fix broken includes in no less than three files.) BUG=webrtc:5520 Review URL: https://codereview.webrtc.org/1687833006 Cr-Commit-Position: refs/heads/master@{#11588}
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.