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

Unified Diff: ui/aura/mus/window_manager_delegate.h

Issue 2840043003: chromeos: Makes mushrome use simplified display management (Closed)
Patch Set: merge Created 3 years, 8 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 | « services/ui/ws/window_server.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_manager_delegate.h
diff --git a/ui/aura/mus/window_manager_delegate.h b/ui/aura/mus/window_manager_delegate.h
index 917fe53917a58ca85d2946a380f132ec9fc2f7ed..9918870e9f78ee202f3b949611583e2a61d4e2e6 100644
--- a/ui/aura/mus/window_manager_delegate.h
+++ b/ui/aura/mus/window_manager_delegate.h
@@ -65,7 +65,9 @@ class AURA_EXPORT WindowManagerClient {
// this does nothing.
virtual void RequestClose(Window* window) = 0;
- // Blocks until the initial displays have been received.
+ // Blocks until the initial displays have been received, or if displays are
+ // not automatically created until the connection to mus has been
+ // established.
virtual bool WaitForInitialDisplays() = 0;
// Used by the window manager to create a new display. This is only useful if
« no previous file with comments | « services/ui/ws/window_server.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698