| Index: ui/aura/window_event_dispatcher.cc
|
| diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc
|
| index fcd55e02c0064c9ee9d52d7eb35e0bd0bad8c282..9979cb4dd2b8f9a4361757f1563aa11ddb99aa05 100644
|
| --- a/ui/aura/window_event_dispatcher.cc
|
| +++ b/ui/aura/window_event_dispatcher.cc
|
| @@ -499,7 +499,7 @@ ui::EventDispatchDetails WindowEventDispatcher::PostDispatchEvent(
|
| // Once we've fully migrated to the eager gesture detector, we won't
|
| // need to pass an event here.
|
| gestures.reset(ui::GestureRecognizer::Get()->AckSyncTouchEvent(
|
| - touchevent.unique_event_id(), event.result(),
|
| + touchevent.unique_touch_event_id(), event.result(),
|
| static_cast<Window*>(target)));
|
|
|
| return ProcessGestures(gestures.get());
|
|
|