| Index: ui/chromeos/touch_exploration_controller.cc
|
| diff --git a/ui/chromeos/touch_exploration_controller.cc b/ui/chromeos/touch_exploration_controller.cc
|
| index 239f5506b6c54119f597b9515def9a42415cb850..287e59fd6d39626498b31342d6cde3915ff92020 100644
|
| --- a/ui/chromeos/touch_exploration_controller.cc
|
| +++ b/ui/chromeos/touch_exploration_controller.cc
|
| @@ -502,8 +502,8 @@ ui::EventRewriteStatus TouchExplorationController::InTouchExploreSecondPress(
|
| initial_press_->touch_id(),
|
| event.time_stamp()));
|
| (*rewritten_event)->set_flags(event.flags());
|
| - EnterTouchToMouseMode();
|
| state_ = TOUCH_EXPLORATION;
|
| + EnterTouchToMouseMode();
|
| VLOG_STATE();
|
| return ui::EVENT_REWRITE_REWRITTEN;
|
| }
|
|
|