Index: ash/shell.cc |
=================================================================== |
--- ash/shell.cc (revision 177177) |
+++ ash/shell.cc (working copy) |
@@ -564,7 +564,7 @@ |
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. |