DescriptionAttempt to linearize the scroll deltas created in RenderWidgetHostViewBase
We're currently shifting 10 pixels every time the smooth scroll gesture gets
serviced. If we get serviced at uneven intervals (which seems to happen), then
we get uneven scroll speeds. This patch attempts to force the scroll position
to be a linear function of time, though there may be jank if we generate the
events an uneven intervals.
BUG=162779
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171506
Patch Set 1 #Patch Set 2 : Broke BasicMouseWheelSmoothScrollGesture out into its own file. #
Total comments: 2
Patch Set 3 : . #
Total comments: 1
Patch Set 4 : . #Patch Set 5 : . #Patch Set 6 : rebase #Patch Set 7 : . #
Messages
Total messages: 23 (0 generated)
|