commit | 199942f3e6d4739b6c25e67ac340a3a479951ca2 | [log] [tgz] |
---|---|---|
author | Julien Isorce <julien.isorce@chromium.org> | Tue Dec 12 10:31:19 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Dec 12 20:01:29 2017 |
tree | 6a3f1cea3f9da167bef9dafc4a138d06ab59b1cd | |
parent | db3d1c611e1a4de74fa229a1d5dcec9669ca1176 [diff] |
Disable coregraphics built-in mouse capture in ScreenCapturerMac When calling CGDisplayStreamCreate(properties = nullptr) this causes kCGDisplayStreamShowCursor to default to kCFBooleanTrue. This CL set it to false always as it was assumed. Also if true this causes some lags when moving the mouse pointer on the capture side and in any case webrtc::MouseCursorMonitorMac already implements a custom way to capture the mouse. Which appears to be more efficient in this usecase. Bug: webrtc:8625 Change-Id: Id0fae38fa47503d87d1890213706149762fa67fb Reviewed-on: https://webrtc-review.googlesource.com/30902 Commit-Queue: Julien Isorce <julien.isorce@chromium.org> Reviewed-by: Zijie He <zijiehe@chromium.org> Cr-Commit-Position: refs/heads/master@{#21231}
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.