commit | b2b803cb74168d1a94a072534d103cab6d6dd199 | [log] [tgz] |
---|---|---|
author | braveyao <braveyao@webrtc.org> | Tue Aug 08 20:30:01 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 08 20:30:01 2017 |
tree | 11b97f6db10d3fe116ec6248425b0de33d5e03b6 | |
parent | 793fc2affa287adfb561280e0d53fea68e218ec8 [diff] |
desktopCapture: minimized window shouldn't be treated as on-top on Win10 During window capture on Windows 10, if the selected window is minimized, ShouldUseScreenCapturer() still thinks it's on top and continue to do a screencapture which is meaningless. This cl will set |.is_top_window| with false to minimized window,then we can skip doing any capture to it. BUG=chromium:568835 Review-Url: https://codereview.webrtc.org/2997493002 Cr-Commit-Position: refs/heads/master@{#19276}
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.