| 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
|
|
|