| Index: ash/magnifier/partial_magnification_controller.h
|
| diff --git a/ash/magnifier/partial_magnification_controller.h b/ash/magnifier/partial_magnification_controller.h
|
| index 54c15f373384088bf463bf787985c4dd39eb521c..01c3a2b2ac0aaa927cc5bb284c2b8bde21b796dd 100644
|
| --- a/ash/magnifier/partial_magnification_controller.h
|
| +++ b/ash/magnifier/partial_magnification_controller.h
|
| @@ -49,7 +49,7 @@ class PartialMagnificationController
|
| // - Remove the magnifier from the current root window.
|
| // - Create a magnifier in the new root_window |new_root_window|.
|
| // - Switch the target window from current window to |new_root_window|.
|
| - void SwitchTargetRootWindow(aura::RootWindow* new_root_window);
|
| + void SwitchTargetRootWindow(aura::Window* new_root_window);
|
|
|
| // Returns the root window that contains the mouse cursor.
|
| aura::RootWindow* GetCurrentRootWindow();
|
|
|