commit | 2c27259fb0f2adaf29499ed45daab19eb176cd1d | [log] [tgz] |
---|---|---|
author | Tom Anderson <thomasanderson@chromium.org> | Tue Jan 24 17:45:47 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 24 17:45:47 2023 |
tree | ac90628c0d101486ff83aea99dde3f28b53d504d | |
parent | 2aa79c6c9a0d3f7569bddcd48608e3a73b807847 [diff] |
Fix NOTREACHED in WindowCache::OnGetRectanglesResponse WindowCache::OnGetRectanglesResponse expects `kind` to be either Shape::Sk::Bounding or Shape::Sk::Input and will NOTREACHED() if `kind` is Shape::Sk::Clip, so validate `kind` before calling OnGetRectanglesResponse. R=sky Fixed: 1409271 Change-Id: Iacaee6280af9f71de42fa66daba7915bb5902c05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4189045 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by: Scott Violet <sky@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/main@{#1096251}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.