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

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

Issue 1567623003: Adds remainder of support for multiple roots to WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comment 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 | « components/mus/ws/client_connection.cc ('k') | 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 2f319b824e3ff3458eb6d0a5314fa088054d2c05..79210b5548038457892405dc2346e7033c5f9546 100644
--- a/components/mus/ws/connection_manager.h
+++ b/components/mus/ws/connection_manager.h
@@ -137,6 +137,9 @@ class ConnectionManager : public ServerWindowDelegate,
// supplied by the client.
void WindowManagerChangeCompleted(uint32_t window_manager_change_id,
bool success);
+ void WindowManagerCreatedTopLevelWindow(WindowTreeImpl* wm_connection,
+ uint32_t window_manager_change_id,
+ Id transport_window_id);
// These functions trivially delegate to all WindowTreeImpls, which in
// term notify their clients.
@@ -186,6 +189,10 @@ 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 | « components/mus/ws/client_connection.cc ('k') | components/mus/ws/connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698