| Index: services/ui/ws/window_manager_state.h
|
| diff --git a/services/ui/ws/window_manager_state.h b/services/ui/ws/window_manager_state.h
|
| index 2c2488f08da4434bedf0d84fda9bdaaf3c202d49..502e535e035455303fdb815ec91f248961e1d64a 100644
|
| --- a/services/ui/ws/window_manager_state.h
|
| +++ b/services/ui/ws/window_manager_state.h
|
| @@ -187,7 +187,7 @@ class WindowManagerState : public EventDispatcherDelegate,
|
|
|
| // Returns the ServerWindow that is the root of the WindowManager for
|
| // |window|. |window| corresponds to the root of a Display.
|
| - ServerWindow* GetWindowManagerRoot(ServerWindow* window);
|
| + ServerWindow* GetWindowManagerRootForDisplayRoot(ServerWindow* window);
|
|
|
| // Called from the callback supplied to WindowTree::OnAccelerator().
|
| void OnAcceleratorAck(
|
|
|