commit | dc5aa1fb98919de85f29212a7896c7e0c2345592 | [log] [tgz] |
---|---|---|
author | Michele Fan <michelefan@chromium.org> | Tue Feb 27 01:34:49 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 27 01:34:49 2024 |
tree | 9bca39de63448cd773844375d48b39944bf60119 | |
parent | 9a8ffb0af369ebbce736bd1a38a7d2c68a02cea0 [diff] |
snap-group: Optimize rounded corners refresh This cl fixed the issue that rounded corners for windows in snap group may not properly refreshed on one window destruction by optimizing and fixing `window_mini_view`. 1. Keep only one `header_view_rounded_corners_` at the leaf level; 2. Ensure rounded corners and focus ring visuals will be refreshed when setting the rounded corners; Fixed: b/322395424 Demo: http://b/322395424#comment2 Test: Manual + run existing tests Change-Id: Ic9fe2be1a53c60c975c6b92ec1894195fe0ad297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5322463 Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Michele Fan <michelefan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1265575}
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.