Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(408)

Unified Diff: components/mus/ws/window_server.h

Issue 2060513002: Tab dragging as implemented as a mus API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: General patch cleanup. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698