Chromium Code Reviews| Index: ash/shell.cc |
| diff --git a/ash/shell.cc b/ash/shell.cc |
| index aa5144eefe79458725933aa6c6c001440fb3c5b2..e765b345d6886de43658dbfb009901544e7b9c11 100644 |
| --- a/ash/shell.cc |
| +++ b/ash/shell.cc |
| @@ -679,9 +679,10 @@ void Shell::Init(const ShellInitParams& init_params) { |
| new ResolutionNotificationController); |
| } |
| - if (cursor_manager_) |
| + if (cursor_manager_) { |
| cursor_manager_->SetDisplay( |
| display::Screen::GetScreen()->GetPrimaryDisplay()); |
| + } |
| if (!is_mash) { |
| // TODO(sky): move this to WmShell. http://crbug.com/671246. |