Index: ui/chromeos/touch_exploration_controller.cc |
diff --git a/ui/chromeos/touch_exploration_controller.cc b/ui/chromeos/touch_exploration_controller.cc |
index 173da5b6df8a510ccbbded3291fc336257f3585e..90cca4ee0788da5e29710ca5e69e694ffe9c66b1 100644 |
--- a/ui/chromeos/touch_exploration_controller.cc |
+++ b/ui/chromeos/touch_exploration_controller.cc |
@@ -483,6 +483,7 @@ ui::EventRewriteStatus TouchExplorationController::InTouchExploreSecondPress( |
(*rewritten_event)->set_flags(event.flags()); |
EnterTouchToMouseMode(); |
state_ = TOUCH_EXPLORATION; |
+ EnterTouchToMouseMode(); |
VLOG_STATE(); |
return ui::EVENT_REWRITE_REWRITTEN; |
} |