commit | 16c20172f9f3c3416dc713e2013bfbf367246306 | [log] [tgz] |
---|---|---|
author | Morten Stenshorne <mstensho@chromium.org> | Mon Jun 16 22:34:30 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 16 22:34:30 2025 |
tree | 47c2aefb77218f4e26558a13c823cc0bba37656b | |
parent | 464e2269b3780d73b5533d4edfea67430e00fe14 [diff] |
EvaluateAnchor() and EvaluateSize() don't need PhysicalAnchorQuery. They don't really belong in that class. Turn them into anonymous namespace functions instead, and name them ResolveAnchorValue() and ResolveAnchorSizeValue(), respectively. Change-Id: Ie5f553a0707922a2238683689089f94ba415ba8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6641224 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/main@{#1474624}
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.