| Index: ash/high_contrast/high_contrast_controller.cc
|
| diff --git a/ash/high_contrast/high_contrast_controller.cc b/ash/high_contrast/high_contrast_controller.cc
|
| index b501fc9c6e1a80949c2c83d0151d9d9b918fc204..debb81caa205b29cfdb3a662191eb29c40c5799c 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) {
|
|
|