commit | fcd11792b0e21613a32f2e996c61bc95c7a69b66 | [log] [tgz] |
---|---|---|
author | Philip Rogers <pdr@chromium.org> | Wed Oct 13 18:14:12 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 13 18:14:12 2021 |
tree | dee9c965d50aab35fbb7cf9c073bdf32d595a5f8 | |
parent | 64ec7ffa57455efce5c6a93170026ce73dc5cee2 [diff] |
Do not use pixel snapped values for intersection observer target rect This patch switches from using the pixel-snapped BorderBoundingBox to the unsnapped PhysicalBorderBoxRect which fixes a bug where the intersection ratio would be slightly off due to this snapping. Bug: 1020466 Change-Id: Id8e1472c498b10b36b691fa87aaf606a438b70c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3219840 Auto-Submit: Philip Rogers <pdr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/main@{#931140}
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.