Don't pass touches to gesture recognizer for async acks.
commitb1663498ac1d59fc3baa085c155f84a1726ca87d
authortdresser <tdresser@chromium.org>
Thu, 19 Feb 2015 17:52:43 +0000 (19 09:52 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 19 Feb 2015 17:53:41 +0000 (19 17:53 +0000)
tree817270cfdd1630a2aa0eaef9e2cbf9a0bd832580
parentf233a2c48951a4f0e246773d61465052ab230ca9
Don't pass touches to gesture recognizer for async acks.

Previously, in RenderWidgetHostViewAura, upon receipt of a touch ack,
we would convert the WebTouchEvent associated with the ack into
ui::TouchEvents.

With the eager GR, this is no longer necessary.

BUG=407645
TEST=GestureRecognizerTest.*

Review URL: https://codereview.chromium.org/503883004

Cr-Commit-Position: refs/heads/master@{#317072}
13 files changed:
content/browser/renderer_host/render_widget_host_view_aura.cc
content/browser/renderer_host/render_widget_host_view_aura_unittest.cc
ui/aura/gestures/gesture_recognizer_unittest.cc
ui/aura/test/aura_test_utils.cc
ui/aura/test/aura_test_utils.h
ui/aura/window_event_dispatcher.cc
ui/aura/window_event_dispatcher.h
ui/aura/window_event_dispatcher_unittest.cc
ui/events/gesture_detection/touch_disposition_gesture_filter.cc
ui/events/gestures/gesture_recognizer.h
ui/events/gestures/gesture_recognizer_impl.cc
ui/events/gestures/gesture_recognizer_impl.h
ui/events/gestures/gesture_recognizer_impl_mac.cc