diff options
-rw-r--r-- | views/touchui/touch_factory.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/touchui/touch_factory.cc b/views/touchui/touch_factory.cc index 472f456..663fb98 100644 --- a/views/touchui/touch_factory.cc +++ b/views/touchui/touch_factory.cc @@ -103,7 +103,7 @@ void TouchFactory::SetCursorVisible(bool show, bool start_timer) { if (show && start_timer) { cursor_timer_.Stop(); cursor_timer_.Start(base::TimeDelta::FromSeconds(kCursorIdleSeconds), - this, &TouchFactory::HideCursorForInactivity), + this, &TouchFactory::HideCursorForInactivity); } else { cursor_timer_.Stop(); } |