diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-25 00:41:50 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-25 00:41:50 +0000 |
commit | 42713f747e45ec2d4d754f449ba8a0edf5deffe6 (patch) | |
tree | a278abbd3cf1496c36793168ab27a0d43eb6cd55 /ash/high_contrast | |
parent | 07f1c36a10e6a5dffb01ea324bc8ca8d11b9653f (diff) | |
download | chromium_src-42713f747e45ec2d4d754f449ba8a0edf5deffe6.zip chromium_src-42713f747e45ec2d4d754f449ba8a0edf5deffe6.tar.gz chromium_src-42713f747e45ec2d4d754f449ba8a0edf5deffe6.tar.bz2 |
Rename GetRootWindow() -> GetPrimaryRootWindow()
BUG=123160
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10442017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138950 0039d316-1c4b-4281-b951-d872f2087c98
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) { |