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

Unified Diff: ash/high_contrast/high_contrast_controller.h

Issue 64933002: Eliminate Shell::RootWindowList in favor of aura::Window::Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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.h
diff --git a/ash/high_contrast/high_contrast_controller.h b/ash/high_contrast/high_contrast_controller.h
index 2afd60b3aa4ee1afb1f173cb5419d2819059d874..e42e46c19f4b50834240d8f36328a3bfd7df2865 100644
--- a/ash/high_contrast/high_contrast_controller.h
+++ b/ash/high_contrast/high_contrast_controller.h
@@ -10,6 +10,7 @@
namespace aura {
class RootWindow;
+class Window;
}
namespace ash {
@@ -28,7 +29,7 @@ class ASH_EXPORT HighContrastController {
private:
// Update high contrast mode on the passed display.
- void UpdateDisplay(aura::RootWindow* root_window);
+ void UpdateDisplay(aura::Window* root_window);
// Indicates if the high contrast mode is enabled or disabled.
bool enabled_;

Powered by Google App Engine
This is Rietveld 408576698