DescriptionAdd a WebLayer::setScrollCompensationAdjustment between Blink and CC
Blink can only use the integer part of the scroll offset to position elements.
This CL makes Blink send the fractional part of the scroll offset to CC
separately to be clear that CC needs to take special care of it e.g. compensating
for fixed-position layer's position. Once Blink can fully position elements at
fractional boundary, we can get rid of this call.
BUG=414283
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189381
Patch Set 1 #
Total comments: 3
Patch Set 2 : address comments #
Total comments: 2
Patch Set 3 : add comments #Patch Set 4 : a better name ScrollCompensationAdjustment #Patch Set 5 : add reftest #
Messages
Total messages: 20 (4 generated)
|