| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 894961ce87c272a0a36f37a797295c2274415d84..12f45cfa49294d63ab316d8a07e9013c318464a4 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -676,6 +676,7 @@ void Shell::InitRootWindowForSecondaryDisplay(aura::RootWindow* root) {
|
| InitRootWindowController(controller);
|
| controller->root_window_layout()->OnWindowResized();
|
| desktop_background_controller_->OnRootWindowAdded(root);
|
| + high_contrast_controller_->OnRootWindowAdded(root);
|
| root->ShowRootWindow();
|
| // Activate new root for testing.
|
| active_root_window_ = root;
|
|
|