commit | b010a3242b93458dd5e50cc122f8d78c12ec7b96 | [log] [tgz] |
---|---|---|
author | Zijie He <zijiehe@chromium.org> | Mon Aug 07 22:25:01 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 08 01:30:38 2017 |
tree | ec67d563d2f77e03e6ad2daafa7b5381ba06775d | |
parent | 3ac7b1edb7e7169e3fa8498f0a8ea2382f2b6a1d [diff] |
Implement WindowUnderPoint() for Mac OSX and Windows WindowUnderPoint() is a platform independent function to return the id of the first window in z-order under a certain DesktopVector. It equals to GetAncestor(WindowFromPoint(point), GA_ROOT) on Windows. This CL includes the change to Windows / Mac OSX only to control the size in a reasonable range. Implementation for Linux will be added in a coming change. Bug: webrtc:7950 Change-Id: I57e423294fc8aeaa12d05cb626a1912240b2d4d0 Reviewed-on: https://chromium-review.googlesource.com/595022 Commit-Queue: Zijie He <zijiehe@chromium.org> Reviewed-by: Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#19263}
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.