Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index 8050414b7d56883106ed17f5c48989ecd275172d..fc6bc24bfdacf2c9a448567248bb0abc665f51dc 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -563,7 +563,7 @@ void Shell::Init() { |
| user_wallpaper_delegate_->InitializeWallpaper(); |
| if (initially_hide_cursor_) |
| - cursor_manager_.ShowCursor(false); |
| + cursor_manager_.EnableCursor(false); |
| cursor_manager_.SetCursor(ui::kCursorPointer); |
| // Cursor might have been hidden by somethign other than chrome. |