Description[Android] Properly filter GestureFlingCancel events
The browser will drop GestureFlingCancel events when it believes the
renderer has no active fling animations. However, this filtering would
report the event as "consumed", inadverently triggering tap suppression
logic for the subsequent tap.
Instead, report "no consumer exists" for the filtered GestureFlingCancel
events, avoiding spurious tap suppression.
BUG=474882
Committed: https://crrev.com/92801d31b071372560733001086a6e31f58e1ae0
Cr-Commit-Position: refs/heads/master@{#324288}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|