commit | 73dba7e1b6b8c7f61556f7968ca02aecfedfaa10 | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Tue Oct 03 06:07:17 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 03 06:07:17 2023 |
tree | 21452053b7c03f9644434f815bf82cdde41c78d9 | |
parent | dd5789dd8b25a2066c76a34bd57e2516c5078f50 [diff] |
[RemoveLegacy] Represent VisualOverflow by PhysicalRect, not LayoutRect Now VisualOverflow boxes are in the physical coordinate system, instead of the flipped block-flow physical coordinate system. This CL replaces LayoutRect usages for VisualOverflow with PhysicalRect. * All LayoutRect usages in BoxVisualOverflowModel are replaced with PhysicalRect * VisualOverflowRect(), SelfVisualOverflowRect(), and ContentsVisualOverflowRect() return PhysicalRect. Their 'Physical' variants are removed. * VisualOverflowRectForPropagation() is removed. We don't need to flip VisualOverflow boxes any longer. This CL should have no behavior changes. Bug: 1229581 Change-Id: Id231b65cb3f80e3b60715efec164149eb1edec00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4904260 Auto-Submit: Kent Tamura <tkent@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1204482}
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.