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: components/mus/ws/window_tree_apptest.cc

Issue 1423133003: Routes calls to WM through WS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge 2 trunk 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
Index: components/mus/ws/window_tree_apptest.cc
diff --git a/components/mus/ws/window_tree_apptest.cc b/components/mus/ws/window_tree_apptest.cc
index db567a830d6ba88a2fcf62991cac146fd4f3023e..0d9e4f901327cb165e9da90a04bafefdf5d22966 100644
--- a/components/mus/ws/window_tree_apptest.cc
+++ b/components/mus/ws/window_tree_apptest.cc
@@ -549,7 +549,7 @@ class WindowTreeAppTest : public mojo::test::ApplicationTestBase,
factory->CreateWindowTreeHost(GetProxy(&host_),
mojom::WindowTreeHostClientPtr(),
- tree_client_ptr.Pass());
+ tree_client_ptr.Pass(), nullptr);
// Next we should get an embed call on the "window manager" client.
vm_client1_->WaitForIncomingMethodCall();

Powered by Google App Engine
This is Rietveld 408576698