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

Unified Diff: components/mus/public/interfaces/window_tree_host.mojom

Issue 1423133003: Routes calls to WM through WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no braces Created 5 years, 2 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 | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/window_tree_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/interfaces/window_tree_host.mojom
diff --git a/components/mus/public/interfaces/window_tree_host.mojom b/components/mus/public/interfaces/window_tree_host.mojom
index 47b4f9d539373023b91ef8ffafcf4cf891c17ace..4f843f3536c500fd9b3fe3eb952289d104b419f4 100644
--- a/components/mus/public/interfaces/window_tree_host.mojom
+++ b/components/mus/public/interfaces/window_tree_host.mojom
@@ -4,6 +4,7 @@
module mus.mojom;
+import "components/mus/public/interfaces/window_manager.mojom";
import "components/mus/public/interfaces/window_tree.mojom";
import "ui/mojo/events/input_event_constants.mojom";
import "ui/mojo/events/input_event_matcher.mojom";
@@ -42,5 +43,6 @@ interface WindowTreeHostClient {
interface WindowTreeHostFactory {
CreateWindowTreeHost(WindowTreeHost& window_tree_host,
WindowTreeHostClient? host_client,
- WindowTreeClient tree_client);
+ WindowTreeClient tree_client,
+ WindowManager? window_manager);
};
« no previous file with comments | « components/mus/public/interfaces/window_tree.mojom ('k') | components/mus/ws/window_tree_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698