commit | 73c52611d933a961e2080ef72a4b3eb25e08eb10 | [log] [tgz] |
---|---|---|
author | Eric Sum <esum@google.com> | Wed Sep 25 19:38:37 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 25 19:38:37 2024 |
tree | 7a3acab2c41a9d768a443d16f61908287a8da975 | |
parent | d683729afef0fb61acef71dab2111fa16ce527f3 [diff] |
Remove dependency on OverviewItemView in ComputeTargetTransform(). This is a precursor to lazy initializing the OverviewItemView. Since the overview_item_view_ may be null when this happens, removing as many dependencies on it as possible makes the job simpler. This is one case where the same logic can be expressed without depending on the view because the overview item's header height is known ahead of time. Bug: b:362835104 Change-Id: Ic0233276bf955b0906cf5c1d16ae6c27bd943aca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5877066 Reviewed-by: Sammie Quon <sammiequon@chromium.org> Commit-Queue: Eric Sum <esum@google.com> Cr-Commit-Position: refs/heads/main@{#1360103}
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.