Index: components/mus/ws/window_server.h |
diff --git a/components/mus/ws/window_server.h b/components/mus/ws/window_server.h |
index d8e463d0207406044491675a93519a38891b51fe..4d8598227daa807e0932363ccd70f3c3206c86ac 100644 |
--- a/components/mus/ws/window_server.h |
+++ b/components/mus/ws/window_server.h |
@@ -152,6 +152,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. |