| 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..9f115b315437205ecb5011f02c3892f4f266fdcc 100644
|
| --- a/ui/chromeos/touch_exploration_controller.cc
|
| +++ b/ui/chromeos/touch_exploration_controller.cc
|
| @@ -150,7 +150,7 @@ ui::EventRewriteStatus TouchExplorationController::RewriteEvent(
|
| // NULL.
|
| if (gesture_provider_.get()) {
|
| gesture_provider_->OnTouchEvent(touch_event);
|
| - gesture_provider_->OnTouchEventAck(false);
|
| + gesture_provider_->OnAsyncTouchEventAck(false);
|
| ProcessGestureEvents();
|
| }
|
|
|
|
|