Description[Android] Disable fling cancel filtering in the GestureEventQueue
WebView has externally-managed flings that are invisible to the
GestureEventQueue. This led to cases where we were dropping
GestureFlingCancel events while a WebView-managed fling was still
active.
For now, disable GestureEventQueue filtering of GFC events on Android,
instead using the "scroll in progress" bits from ContentViewCore to
filter the events. When WebView's fling architecture is unified with
that of the rest of Chrome, we can remove this exception.
BUG=321141
Committed: https://crrev.com/f795840aee796fabc7267f9d33f159f5ace79cca
Cr-Commit-Position: refs/heads/master@{#323510}
Patch Set 1 #Patch Set 2 : Cleanup #Patch Set 3 : Cleanup, working tests #
Messages
Total messages: 10 (3 generated)
|