| Index: trunk/src/ash/high_contrast/high_contrast_controller.h
|
| ===================================================================
|
| --- trunk/src/ash/high_contrast/high_contrast_controller.h (revision 233812)
|
| +++ trunk/src/ash/high_contrast/high_contrast_controller.h (working copy)
|
| @@ -10,7 +10,6 @@
|
|
|
| namespace aura {
|
| class RootWindow;
|
| -class Window;
|
| }
|
|
|
| namespace ash {
|
| @@ -29,7 +28,7 @@
|
|
|
| private:
|
| // Update high contrast mode on the passed display.
|
| - void UpdateDisplay(aura::Window* root_window);
|
| + void UpdateDisplay(aura::RootWindow* root_window);
|
|
|
| // Indicates if the high contrast mode is enabled or disabled.
|
| bool enabled_;
|
|
|