commit | 6d9e682a0213416d27167da65ad15753a5457780 | [log] [tgz] |
---|---|---|
author | Steve Kobes <skobes@chromium.org> | Thu Jan 26 22:56:12 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 26 22:56:12 2023 |
tree | 84b9c125e94a5d61ecd6a9fc943c304a9f34f924 | |
parent | b4e51b9e48e6b66021cf595f2a48f49c2ae0521a [diff] |
Fix scrolling in preserve-3d in non-overflowing OOPIF. The post-unification cc hit test doesn't find a scroller inside a transform-style: preserve-3d container, because the sorting context id isn't set on the scrolling contents layer. This patch addresses the issue by making IsInitialScrollHitTestReliable reject the hit test. The main thread identifies the correct scroller. This matches how it is already working for non-OOPIF. A TODO in LayerTreeImpl is added for making the cc hit test work. Bug: 1407697 Change-Id: I1d9652a49f88c9c17111b6f716c1dad8f9f0fc23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4193135 Reviewed-by: David Bokan <bokan@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/main@{#1097660}
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.