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

Unified Diff: ash/high_contrast/high_contrast_controller.cc

Issue 10442017: Rename GetRootWindow() -> GetPrimaryRootWindow() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 7 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/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) {

Powered by Google App Engine
This is Rietveld 408576698