DescriptionSuppress scrollbar animation if the scroll gesture does not scroll
Currently, the scrollbar layer animation is triggered at the end of every scroll
gesture. However, as not every scroll gesture actually scrolls a layer, this may
trigger extraneous animations, e.g., when the user overscrolls, or presses and
lifts their finger without scrolling. Only trigger the scrollbar animation at
the end of a scroll gesture if the gesture caused the layer to scroll.
BUG=285771
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221801
Patch Set 1 #Patch Set 2 : Unit tests #Patch Set 3 : Fix LayerTreeHostImpl unit tests #
Messages
Total messages: 11 (0 generated)
|