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

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

Issue 1639223003: Makes it so each windowtreeclient can use whatever ids it wants (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup Created 4 years, 11 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
« no previous file with comments | « no previous file | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/connection_manager.h
diff --git a/components/mus/ws/connection_manager.h b/components/mus/ws/connection_manager.h
index 3e1ba7fc232af1c7991d7c6090e9db60685f7a0c..0d934885e4027207b2daff80980298df0099e824 100644
--- a/components/mus/ws/connection_manager.h
+++ b/components/mus/ws/connection_manager.h
@@ -149,7 +149,11 @@ class ConnectionManager : public ServerWindowDelegate,
bool success);
void WindowManagerCreatedTopLevelWindow(WindowTreeImpl* wm_connection,
uint32_t window_manager_change_id,
- Id transport_window_id);
+ const ServerWindow* window);
+
+ // Called when we get an unexpected message from the WindowManager.
+ // TODO(sky): decide what we want to do here.
+ void WindowManagerSentBogusMessage() {}
// These functions trivially delegate to all WindowTreeImpls, which in
// term notify their clients.
@@ -200,10 +204,6 @@ class ConnectionManager : public ServerWindowDelegate,
uint32_t window_manager_change_id,
InFlightWindowManagerChange* change);
- // Called when we get an unexpected message from the WindowManager.
- // TODO(sky): decide what we want to do here.
- void WindowManagerSentBogusMessage(WindowTreeImpl* connection) {}
-
// Invoked when a connection is about to execute a window server operation.
// Subsequently followed by FinishOperation() once the change is done.
//
« no previous file with comments | « no previous file | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698