DescriptionFix double subtraction of sent_delta on sync tree activation.
When PushPropertiesTo sets the active layer's delta to delta - sent_delta,
LayerImpl attempts to mirror this to the pending twin. However, in doing
so it again subtracts pending_delta. This patch saves the sent_delta and
clears it before setting the scroll offset and delta on the active layer.
BUG=428327
Committed: https://crrev.com/c687507f0c578b06647f82ad3fe574d5615ca049
Cr-Commit-Position: refs/heads/master@{#302709}
Patch Set 1 #Patch Set 2 : Added comment #
Messages
Total messages: 8 (2 generated)
|