commit | 3b73b974dce8ce3d1137f5dc85d8950abc9b4705 | [log] [tgz] |
---|---|---|
author | Kent Tamura <tkent@chromium.org> | Fri Apr 04 06:16:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 04 06:16:17 2025 |
tree | 2272bd3c1375d3a800560aee9c95552c3cbc5c4f | |
parent | b7894eccd2627dcaaf0dec486ed828e7838b814d [diff] |
[RemoveLegacy] Reduce usages of Logical*() methods of LayoutBox This CL removes some usages of LogicalTop(), LogicalBottom(), LogicalLeft(), and LogicalWidth(). We make a LogicalRect, and access its members instead. This CL should have no behavior changes. Bug: 40056555 Change-Id: I51fa478e2311ddae9612d7a5c6fa41a2748842f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6432986 Auto-Submit: Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1442588}
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.