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

Unified Diff: services/ui/ws/window_server.cc

Issue 2592623002: mojo:: Introduce InterfaceRequest ctor that takes in InterfacePtr* (Closed)
Patch Set: Rebase + response to review Created 4 years 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 | « services/ui/ws/window_manager_state_unittest.cc ('k') | services/ui/ws/window_tree_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server.cc
diff --git a/services/ui/ws/window_server.cc b/services/ui/ws/window_server.cc
index e7ef19e603d2554599314b02c871c4c3d6c0d42a..3f14290fab06bce2b11c0a4855096c31f3e408a8 100644
--- a/services/ui/ws/window_server.cc
+++ b/services/ui/ws/window_server.cc
@@ -108,7 +108,7 @@ WindowTree* WindowServer::EmbedAtWindow(
tree->set_embedder_intercepts_events();
mojom::WindowTreePtr window_tree_ptr;
- mojom::WindowTreeRequest window_tree_request = MakeRequest(&window_tree_ptr);
+ mojom::WindowTreeRequest window_tree_request(&window_tree_ptr);
std::unique_ptr<WindowTreeBinding> binding =
delegate_->CreateWindowTreeBinding(
WindowServerDelegate::BindingType::EMBED, this, tree,
« no previous file with comments | « services/ui/ws/window_manager_state_unittest.cc ('k') | services/ui/ws/window_tree_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698