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

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

Issue 2777223002: Gets chrome --mus some what working (Closed)
Patch Set: fix mac Created 3 years, 9 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 e193d5f062e362d766b94000f5fc57e97bfa07d5..a3a0f823531b46b175db101ad6f47e5f7c2a1a10 100644
--- a/ui/aura/mus/window_manager_delegate.h
+++ b/ui/aura/mus/window_manager_delegate.h
@@ -63,6 +63,9 @@ class AURA_EXPORT WindowManagerClient {
// this does nothing.
virtual void RequestClose(Window* window) = 0;
+ // Blocks until the initial displays have been received.
+ virtual bool WaitForInitialDisplays() = 0;
+
protected:
virtual ~WindowManagerClient() {}
};
« no previous file with comments | « chrome/browser/ui/views/frame/native_browser_frame_factory_chromeos.cc ('k') | ui/aura/mus/window_tree_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698