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

Unified Diff: ui/aura/mus/window_compositor_frame_sink.cc

Issue 2589663003: mojo:: Rename mojo::GetProxy() to mojo::MakeRequest() (Closed)
Patch Set: Rebase 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 | « ui/aura/mus/input_method_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/mus/window_compositor_frame_sink.cc
diff --git a/ui/aura/mus/window_compositor_frame_sink.cc b/ui/aura/mus/window_compositor_frame_sink.cc
index 7d252b89d69e1edbe206a486c1f95342d9988f0a..6d6453817e6ed4b25a4684883ccced53881c4f5f 100644
--- a/ui/aura/mus/window_compositor_frame_sink.cc
+++ b/ui/aura/mus/window_compositor_frame_sink.cc
@@ -20,10 +20,10 @@ std::unique_ptr<WindowCompositorFrameSink> WindowCompositorFrameSink::Create(
cc::mojom::MojoCompositorFrameSinkClientPtr compositor_frame_sink_client;
cc::mojom::MojoCompositorFrameSinkClientRequest
compositor_frame_sink_client_request =
- GetProxy(&compositor_frame_sink_client);
+ MakeRequest(&compositor_frame_sink_client);
compositor_frame_sink_binding->reset(new WindowCompositorFrameSinkBinding(
- GetProxy(&compositor_frame_sink),
+ MakeRequest(&compositor_frame_sink),
compositor_frame_sink_client.PassInterface()));
return base::WrapUnique(new WindowCompositorFrameSink(
std::move(context_provider), gpu_memory_buffer_manager,
« no previous file with comments | « ui/aura/mus/input_method_mus.cc ('k') | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698