commit | 370228c312ca1054bfc97d618bfcf3a7c1288f41 | [log] [tgz] |
---|---|---|
author | Julien Isorce <julien.isorce@chromium.org> | Tue Mar 27 07:39:11 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Mar 27 08:48:53 2018 |
tree | cb8818154a74cfb843534ab47072d52b588afb6e | |
parent | 16ccef7f11143c035b35e5e6ca8c259f48f0006b [diff] |
Move ScreenCapturerMac to mac sub directory 1- git mv screen_capturer_mac.mm mac/screen_capturer_mac.mm 2- extract class ScreenCapturerMac declaritions to its own header 3- extract static CreateRawScreenCapturer to screen_capturer_darwin.mm (Using 'darwin' instead of 'mac' allows to make happy the command git log --follow mac/screen_capturer_mac.mm) 4- git cl format Bug: webrtc:8652 Change-Id: Ibb13bd5dec61aa9b92c9f5f30fedd0508a727dd9 Reviewed-on: https://webrtc-review.googlesource.com/64680 Commit-Queue: Julien Isorce <julien.isorce@chromium.org> Reviewed-by: Zijie He <zijiehe@chromium.org> Cr-Commit-Position: refs/heads/master@{#22620}
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.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.