Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index ee08d859bde2700814fa65dee70515d53b500152..32ddbae3abe64aee77bd48932c84649d26f8a3a8 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -666,6 +666,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; |