commit | 4a627a8c13554d12412cabb8f751caee6e61ee32 | [log] [tgz] |
---|---|---|
author | sergeyu <sergeyu@chromium.org> | Fri Jun 03 12:15:24 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 03 12:15:32 2016 |
tree | 97a8246922d61e90fef90bcb397b8232984782e5 | |
parent | 47183ba60bddfcdd1494d88f3c1fefc62eb9445b [diff] |
Use std::unique_ptr<> to pass frame ownership in DesktopCapturer impls. Previously raw pointers were used for owned DesktopFrame instances. Updated all screen and window capturer implementations to use std::unique_ptr<>. Also includes some other cleanups in the capturers: - s/NULL/nullptr - moved default initializers to class definition. BUG=webrtc:5950 Review-Url: https://codereview.webrtc.org/1988783003 Cr-Commit-Position: refs/heads/master@{#13032}
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.