Chromium Code Reviews
DescriptionMake scroll translation transform nodes reference scroll nodes
This is the first of two patches to move scroll tree ownership to
the transform nodes that are used for scroll translation. This will
let us track just the transform, effect, and clip trees for geometry
mapping purposes without worrying about scroll nodes which do not
affect compositing decisions on their own (only through their
associated scroll translation transform nodes).
This patch removes the scroll node pointer to a transform node and
adds a pointer from transform nodes to scroll nodes. The compositing
element id has also been moved from the scroll node to the associated
transform node to remove redundancy.
BUG=683774
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Review-Url: https://codereview.chromium.org/2651093003
Cr-Commit-Position: refs/heads/master@{#446545}
Committed: https://chromium.googlesource.com/chromium/src/+/231ba29e221aa7ff9e7839c5bae0a05afbff28dc
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add note about scroll tree differences #Dependent Patchsets: Messages
Total messages: 23 (13 generated)
|