Index: ui/chromeos/touch_exploration_controller.cc |
diff --git a/ui/chromeos/touch_exploration_controller.cc b/ui/chromeos/touch_exploration_controller.cc |
index c90e07bee7b4b56082caaee8a20c0883af68391f..7e00b640ab3b39cc824d7dce80fbc7b595528d34 100644 |
--- a/ui/chromeos/touch_exploration_controller.cc |
+++ b/ui/chromeos/touch_exploration_controller.cc |
@@ -150,7 +150,8 @@ ui::EventRewriteStatus TouchExplorationController::RewriteEvent( |
// NULL. |
if (gesture_provider_.get()) { |
gesture_provider_->OnTouchEvent(touch_event); |
- gesture_provider_->OnTouchEventAck(false); |
+ gesture_provider_->OnSyncTouchEventAck(touch_event.unique_event_id(), |
+ false); |
ProcessGestureEvents(); |
} |