| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 0326a26df195327b7dee3017dd3b5e331517708e..ace932eed59437f8b6d5a056d6fbeda7586dfc2b 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -564,7 +564,7 @@ void Shell::Init() {
|
| user_wallpaper_delegate_->InitializeWallpaper();
|
|
|
| if (initially_hide_cursor_)
|
| - cursor_manager_.ShowCursor(false);
|
| + cursor_manager_.DisableMouseEvents();
|
| cursor_manager_.SetCursor(ui::kCursorPointer);
|
|
|
| // Cursor might have been hidden by somethign other than chrome.
|
|
|