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

Unified Diff: components/mus/mus_app.h

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/example/wm/window_manager_impl.cc ('k') | components/mus/mus_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/mus_app.h
diff --git a/components/mus/mus_app.h b/components/mus/mus_app.h
index cace9415d07a5942ce6d63485f200b5699826436..0ad3f3d74a762b0e29aa14bb1ece601a368b1877 100644
--- a/components/mus/mus_app.h
+++ b/components/mus/mus_app.h
@@ -80,7 +80,8 @@ class MandolineUIServicesApp
// mojom::WindowTreeHostFactory implementation.
void CreateWindowTreeHost(mojo::InterfaceRequest<mojom::WindowTreeHost> host,
mojom::WindowTreeHostClientPtr host_client,
- mojom::WindowTreeClientPtr tree_client) override;
+ mojom::WindowTreeClientPtr tree_client,
+ mojom::WindowManagerPtr window_manager) override;
mojo::WeakBindingSet<mojom::WindowTreeHostFactory> factory_bindings_;
mojo::ApplicationImpl* app_impl_;
« no previous file with comments | « components/mus/example/wm/window_manager_impl.cc ('k') | components/mus/mus_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698