Descriptionchrome/android: Consume down events for mouse drag gesture.
Mouse drag gestures on android are delivered using a stream of
ACTION_MOVE events. If the view does not consume the ACTION_DOWN event
that starts the gesture, it will not receive the following move events.
Consume this event in the EventForwarder to ensure the ContentView gets
the complete gesture.
BUG=714845
Review-Url: https://codereview.chromium.org/2842823002
Cr-Commit-Position: refs/heads/master@{#467780}
Committed: https://chromium.googlesource.com/chromium/src/+/6bc101ebf27a7a56f28d5264aed265ec43a8db45
Patch Set 1 #
Messages
Total messages: 16 (9 generated)
|