commit | 0eb15ed7b806125774bd13fb214aeb403e2c6857 | [log] [tgz] |
---|---|---|
author | kwiberg <kwiberg@webrtc.org> | Thu Dec 17 11:04:15 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Dec 17 11:04:24 2015 |
tree | cfceaf6b8fa1fac35bbc17171994f49543f22abe | |
parent | e376f0f2dfcbe46274dd79807a56715aea956fbd [diff] |
Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector We can now use std::move instead! This CL leaves the Pass methods in place; a follow-up CL will add deprecation annotations to them. Review URL: https://codereview.webrtc.org/1460043002 Cr-Commit-Position: refs/heads/master@{#11064}
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.