Index: ui/chromeos/touch_exploration_controller.cc |
diff --git a/ui/chromeos/touch_exploration_controller.cc b/ui/chromeos/touch_exploration_controller.cc |
index 6fce4a307e29cec40ad781971561826bce3df3f9..11ada07601b7f7db6b8ca1277c1e0a8a4176c7ab 100644 |
--- a/ui/chromeos/touch_exploration_controller.cc |
+++ b/ui/chromeos/touch_exploration_controller.cc |
@@ -192,8 +192,9 @@ ui::EventRewriteStatus TouchExplorationController::RewriteEvent( |
if (gesture_provider_.get()) { |
ui::TouchEvent mutable_touch_event = touch_event; |
if (gesture_provider_->OnTouchEvent(&mutable_touch_event)) { |
- gesture_provider_->OnTouchEventAck(mutable_touch_event.unique_event_id(), |
- false); |
+ gesture_provider_->OnTouchEventAck( |
+ mutable_touch_event.unique_event_id(), false /* event_consumed */, |
+ false /* is_source_touch_event_set_non_blocking */); |
} |
ProcessGestureEvents(); |
} |