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

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

Issue 2833093002: WIP: simplified display management in ash (Closed)
Patch Set: merge and more fixs 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 | « ui/aura/mus/mus_types.h ('k') | ui/aura/mus/window_tree_client.h » ('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 6e5b269f68e4d6c583216fe6c9a11e782f4f7d71..98c101ef63a0f70ca88066906d345b5d39ac49cb 100644
--- a/ui/aura/mus/window_manager_delegate.h
+++ b/ui/aura/mus/window_manager_delegate.h
@@ -39,6 +39,8 @@ namespace aura {
class Window;
class WindowTreeHostMus;
+struct WindowTreeHostMusInitParams;
+
// See the mojom with the same name for details on the functions in this
// interface.
class AURA_EXPORT WindowManagerClient {
@@ -66,6 +68,8 @@ class AURA_EXPORT WindowManagerClient {
// Blocks until the initial displays have been received.
virtual bool WaitForInitialDisplays() = 0;
+ virtual WindowTreeHostMusInitParams CreateInitParamsForNewDisplay() = 0;
+
protected:
virtual ~WindowManagerClient() {}
};
« no previous file with comments | « ui/aura/mus/mus_types.h ('k') | ui/aura/mus/window_tree_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698