diff options
Diffstat (limited to 'ash/high_contrast')
-rw-r--r-- | ash/high_contrast/high_contrast_controller.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/high_contrast/high_contrast_controller.cc b/ash/high_contrast/high_contrast_controller.cc index b501fc9..debb81c 100644 --- a/ash/high_contrast/high_contrast_controller.cc +++ b/ash/high_contrast/high_contrast_controller.cc @@ -12,7 +12,7 @@ namespace ash { HighContrastController::HighContrastController() : enabled_(false) { - root_window_ = ash::Shell::GetRootWindow(); + root_window_ = ash::Shell::GetPrimaryRootWindow(); } void HighContrastController::SetEnabled(bool enabled) { |