commit | 7ceed6777ba247c81b67799fd4d7ec34c036ee57 | [log] [tgz] |
---|---|---|
author | sophiewen <sophiewen@chromium.org> | Wed Nov 29 18:48:19 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 29 18:48:19 2023 |
tree | 0f07cbbb99e7b703af3353e4796a7abb30ccc1ea | |
parent | d527e2051c8b43ced740e1488f593aad29a3b839 [diff] |
snap-groups: Refresh overview grid bounds once This reduces duplicate calls to `RefreshGridBounds()` during split view window resizing in SplitViewOverviewSession. When SnapGroups is enabled, we refresh it manually, otherwise we let `SplitViewController::UpdateDividerPositionOnWindowResize` notify `OverviewGrid::OnSplitViewDividerPositionChanged()` which will also call `RefreshGridBounds()`. Bug: b/309695448 Change-Id: I811b8481a2710d1a41e812c442953526b94266a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5067063 Reviewed-by: Sammie Quon <sammiequon@chromium.org> Commit-Queue: Sophie Wen <sophiewen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1230796}
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.