Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: ash/shell.cc

Issue 10962008: High contrast mode support for multiple displays. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« ash/high_contrast/high_contrast_controller.h ('K') | « ash/high_contrast/high_contrast_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698