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

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

Issue 2840043003: chromeos: Makes mushrome use simplified display management (Closed)
Patch Set: make virtual terminal work 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
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 0441963ea68516a140edd894c9cafc734f6c6055..a365bbe7c0a2a98ba8fff0ed507b6e634e5980e0 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

Powered by Google App Engine
This is Rietveld 408576698