| Index: views/touchui/touch_factory.cc
|
| diff --git a/views/touchui/touch_factory.cc b/views/touchui/touch_factory.cc
|
| index 658022891e8d0f3c67bf9d1ffc9e778b6a8581bb..81dd41deb83ad7d7fb36c71f9d1969ebb4fd9437 100644
|
| --- a/views/touchui/touch_factory.cc
|
| +++ b/views/touchui/touch_factory.cc
|
| @@ -351,7 +351,8 @@ void TouchFactory::SetCursorVisible(bool show, bool start_timer) {
|
| // The cursor is going to be shown. Reset the timer for hiding it.
|
| if (show && start_timer) {
|
| cursor_timer_.Stop();
|
| - cursor_timer_.Start(base::TimeDelta::FromSeconds(kCursorIdleSeconds),
|
| + cursor_timer_.Start(
|
| + FROM_HERE, base::TimeDelta::FromSeconds(kCursorIdleSeconds),
|
| this, &TouchFactory::HideCursorForInactivity);
|
| } else {
|
| cursor_timer_.Stop();
|
|
|