commit | 4a494ffd1255561ee9c17d3d2b3646f8c849e784 | [log] [tgz] |
---|---|---|
author | braveyao <braveyao@webrtc.org> | Fri Jul 07 03:20:27 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 07 03:20:27 2017 |
tree | d72144edf4202e7dffeff04eac1e3240afab5b84 | |
parent | f07e6b4c00e0f00eb59a6a968db0d9b785dd563c [diff] |
desktop_capture: crop border in window_capture on Win8/10 On Windows8/10, we prefer cropping desired window out from a whole screen capture due to some reasons. The problem is Win10 has an invisible border around the window. If we leave the border, it will expose background a bit. This cl is about to always remove the border of desired window on Win8/10. This will help a lot to capturing still windows during window sharing. This cl still can't handle the background exposure issue when you move the target window around during capturing. More investigation is needed. BUG=chromium:737278 Review-Url: https://codereview.webrtc.org/2973853002 Cr-Commit-Position: refs/heads/master@{#18921}
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.