| 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..877e0df4b4c1eb348007756254608c68954cac84 100644
|
| --- a/ui/chromeos/touch_exploration_controller.cc
|
| +++ b/ui/chromeos/touch_exploration_controller.cc
|
| @@ -193,7 +193,7 @@ ui::EventRewriteStatus TouchExplorationController::RewriteEvent(
|
| ui::TouchEvent mutable_touch_event = touch_event;
|
| if (gesture_provider_->OnTouchEvent(&mutable_touch_event)) {
|
| gesture_provider_->OnTouchEventAck(mutable_touch_event.unique_event_id(),
|
| - false);
|
| + ER_UNHANDLED);
|
| }
|
| ProcessGestureEvents();
|
| }
|
|
|