Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index 4e6580a12bfb61ba8479ea20e943ca2d7d5e30bd..26d75e13138a0db4adea15dcd8eef8d0f5c90567 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -586,7 +586,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. |