Description[Android] Always offer touchmove's for events with multiple pointers
Previously, touchmove's would be suppressed for non prevent-default'ed touch
sequences until the touchmove exceeded the slop threshold. This led to issues
where touchmove's for a secondary pointer would never be forwarded while the
primary pointer was stationary. As slop event suppression is really an
optimization of scrolling with a single pointer, simply enable forwarding of
touchmove's if there are multiple pointers present in the MotionEvent.
BUG=135102
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244063
Patch Set 1 #Patch Set 2 : Updates #Patch Set 3 : More updates #
Total comments: 2
Patch Set 4 : Updates #
Messages
Total messages: 12 (0 generated)
|