Index: ui/chromeos/touch_exploration_controller.cc |
diff --git a/ui/chromeos/touch_exploration_controller.cc b/ui/chromeos/touch_exploration_controller.cc |
index 23ea7406f661873c9d212253ff04bcbfd394bda8..ac5d300dd22cb388244ab7a9c7fac099cf52f522 100644 |
--- a/ui/chromeos/touch_exploration_controller.cc |
+++ b/ui/chromeos/touch_exploration_controller.cc |
@@ -152,7 +152,7 @@ ui::EventRewriteStatus TouchExplorationController::RewriteEvent( |
ui::TouchEvent mutable_touch_event = touch_event; |
if (gesture_provider_->OnTouchEvent(&mutable_touch_event)) { |
gesture_provider_->OnSyncTouchEventAck( |
- mutable_touch_event.unique_event_id(), false); |
+ mutable_touch_event.unique_touch_event_id(), false); |
} |
ProcessGestureEvents(); |
} |