commit | e12e68cc4e816796ab67dce47d79dc86600d0de7 | [log] [tgz] |
---|---|---|
author | braveyao <braveyao@webrtc.org> | Thu Jul 19 11:02:03 2018 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Jul 19 18:45:59 2018 +0000 |
tree | fa3702c17b8f8ec4865c430fe5d7657c8dbb4864 | |
parent | 3890262ac5a7381a73d7a1969903f27d21bf0b9c [diff] |
[Window capture] filter out sibling windows with same title. On Windows, some app windows (i.e. Window Media Player) seems consisting of several sibling windows, with same window title as the main window and from same process. Currently CroppingWindowCapturerWin will think the selected window is overlapped by those windows and switch to GDI capture method, which is not well supported by many Apps on Win10 and will fail the window capture. This cl is to extend the current null title check to include the case that window has same title as the selected window. Bug: chromium:865193 Change-Id: Id16b21596ab3b870197758679e5406138ac1a432 Reviewed-on: https://webrtc-review.googlesource.com/89501 Commit-Queue: Brave Yao <braveyao@webrtc.org> Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#24046}
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.