Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index c150eb23818522e7ce38c017bb545a07f74405b4..ed382a1b0adc528fe25f1058bfb737a84151c97f 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -552,6 +552,7 @@ void Shell::Init() { |
| if (initially_hide_cursor_) |
| cursor_manager_.ShowCursor(false); |
| + cursor_manager_.SetCursor(ui::kCursorPointer); |
| // Cursor might have been hidden by somethign other than chrome. |
| // Let the first mouse event show the cursor. |