From 87e57e72ad7fefdcb4ee3e952ce27829018c0b66 Mon Sep 17 00:00:00 2001 From: "sadrul@chromium.org" Date: Wed, 26 Jan 2011 23:41:08 +0000 Subject: Compile fix for touch. BUG=none TEST=none TBR=rjkroege@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72721 0039d316-1c4b-4281-b951-d872f2087c98 --- views/touchui/touch_factory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/touchui') 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(); } -- cgit v1.1