Descriptiongesture recognizer: Make sure a combination of sync/async touch-events work correctly.
It is possible that a window starts doing synchronous touch-event handling
after doing asynchronous handling for some time. As a result, these sync
events may be processed before the acks for the queued asynchronous events
have been processed. This results in unexpected behaviour. So in such cases,
queue up the synchronous events so that they get processed only after the
asynchronous events are processed.
BUG=139339, 134486
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151361
Patch Set 1 #Patch Set 2 : . #
Total comments: 2
Patch Set 3 : tot-merge #
Messages
Total messages: 4 (0 generated)
|