| Index: components/mus/ws/window_server.h
|
| diff --git a/components/mus/ws/window_server.h b/components/mus/ws/window_server.h
|
| index 9a2d5727293dbec54d4a5e895657c6ddb7e0be91..516cfa2c6bdacae20f1cbd85a8ad87cbb714e024 100644
|
| --- a/components/mus/ws/window_server.h
|
| +++ b/components/mus/ws/window_server.h
|
| @@ -154,6 +154,9 @@ class WindowServer : public ServerWindowDelegate,
|
| void WindowManagerCreatedTopLevelWindow(WindowTree* wm_tree,
|
| uint32_t window_manager_change_id,
|
| const ServerWindow* window);
|
| + void WindowManagerCompletedMoveLoop(uint32_t window_manager_change_id,
|
| + const ServerWindow* window,
|
| + bool completed);
|
|
|
| // Called when we get an unexpected message from the WindowManager.
|
| // TODO(sky): decide what we want to do here.
|
|
|