| Index: components/mus/ws/window_server.h
|
| diff --git a/components/mus/ws/window_server.h b/components/mus/ws/window_server.h
|
| index 2f9aee10d173a09596e5705cb142d85262803a78..b05efb8e1369c51d341176e5b51d50648e63d7de 100644
|
| --- a/components/mus/ws/window_server.h
|
| +++ b/components/mus/ws/window_server.h
|
| @@ -134,8 +134,8 @@ class WindowServer : public ServerWindowDelegate,
|
| return &window_manager_factory_registry_;
|
| }
|
|
|
| - // Sets focus to the specified window.
|
| void SetFocusedWindow(ServerWindow* window);
|
| + ServerWindow* GetFocusedWindow();
|
|
|
| // Returns a change id for the window manager that is associated with
|
| // |source| and |client_change_id|. When the window manager replies
|
|
|