DescriptionBrowserPluginGuest::ResendEventToEmbedder should keep the same deltaUnits
When a nested scroller is at its scroll bounds InputHandlerProxy gets another
set of synthetic GestureScrollBegin/Update/End to scroll the parent scroller.
Before this CL, deltaUnits was not copied in GestureScrollBegin but was copied in
GestureScrollUpdate. As a result, InputHandlerProxy would expect an instant scroll
after GestureScrollBegin, but perform a smooth scroll in GestureScrollUpdate.
BUG=647205
Committed: https://crrev.com/eebaccca7bd4bc2f1a9fb9eaf8dcbc9c0377064d
Cr-Commit-Position: refs/heads/master@{#422894}
Patch Set 1 #Patch Set 2 : Add TODO #Messages
Total messages: 20 (9 generated)
|