commit | 46d18a952cf5f7af30cb6b254c457329ecefc98c | [log] [tgz] |
---|---|---|
author | Steve Kobes <skobes@chromium.org> | Thu May 20 17:56:58 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 20 17:56:58 2021 |
tree | 051a5cf6c7571e42872779f99aa2e6a1de2a6e88 | |
parent | eecc7c137d42dc6c0b83133ef40e8da2f74bbe25 [diff] |
[Scroll Unif.] Fix failure in ScrollTreeTest. With scroll unification enabled, LayerTreeImpl::DidUpdateScrollOffset won't update the transform node unless the scroll node is composited. That makes PushScrollUpdatesFromMainThreadIntegerDelta fail expecting PropertyTrees::changed to be true. This test seems like it cares only about the composited path, so just have it mark the scroll node as composited. Bug: 1086625 Change-Id: I0f2a6dd8bc27d4739ea9bac36de02c5c22f28552 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2904191 Reviewed-by: Bo <boliu@chromium.org> Reviewed-by: Robert Flack <flackr@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#885092}
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.