| Index: ui/chromeos/touch_exploration_controller.cc
|
| diff --git a/ui/chromeos/touch_exploration_controller.cc b/ui/chromeos/touch_exploration_controller.cc
|
| index 890e10be818dbf6e5361fe50b24a5a7f66ed9100..75118554cc9e7d57904ce81261c76e5e88c87020 100644
|
| --- a/ui/chromeos/touch_exploration_controller.cc
|
| +++ b/ui/chromeos/touch_exploration_controller.cc
|
| @@ -383,6 +383,7 @@ ui::EventRewriteStatus TouchExplorationController::InTouchExploreSecondPress(
|
| event.time_stamp()));
|
| (*rewritten_event)->set_flags(event.flags());
|
| state_ = TOUCH_EXPLORATION;
|
| + EnterTouchToMouseMode();
|
| VLOG_STATE();
|
| return ui::EVENT_REWRITE_REWRITTEN;
|
| }
|
|
|