commit | 77d987a724c0d62494bd61b8b932d0c596ab3160 | [log] [tgz] |
---|---|---|
author | Jeroen Dhollander <jeroendh@google.com> | Fri May 06 12:47:13 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 09 09:15:24 2022 |
tree | 1acbd8fd15ec9d5212bce895b9e64d6af4807bb8 | |
parent | 42a829e6233e42f0882c6ee7c5bcbd8506aab422 [diff] |
Fix crash when resizing the display This crash happened when: * The cursor was located in the corner * The screen was resized so that the cursor position is outside of the frame. This caused us to add out-of-bound coordinates to the frame's updated_region, which caused crashes further down the pipeline. Bug: chromium:1323241 Test: new unittest Test: manually reproduced crash Change-Id: Ie71db58c8a347f00af8a3803fcd55cdcad6eafac Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261263 Reviewed-by: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Jeroen Dhollander <jeroendh@google.com> Cr-Commit-Position: refs/heads/main@{#36809}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.