Chromium Code Reviews
DescriptionFix scroll position adjustment for fixed-position layers
blink is currently using ScrollCompensationAdjustment to store the
fractional bit of the scroll offset in cc. This CL incorporates that
value into property tree construction.
This adjustment only needs to be done on the main thread
since the fixed-pos layers will stay put by virtue of their
transform parent on the impl thread, so only the property tree
builder required updating.
BUG=470246
Committed: https://crrev.com/f6281c495acf0665126837bfead564b976cdefde
Cr-Commit-Position: refs/heads/master@{#322879}
Patch Set 1 #Patch Set 2 : added a unit test #Patch Set 3 : Accumulate rather than walk. #Patch Set 4 : removed debug code. #
Total comments: 6
Patch Set 5 : . #Patch Set 6 : . #
Total comments: 2
Patch Set 7 : . #Patch Set 8 : rebased #
Messages
Total messages: 15 (6 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||