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

Unified Diff: services/ui/public/cpp/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
Index: services/ui/public/cpp/window_compositor_frame_sink.cc
diff --git a/services/ui/public/cpp/window_compositor_frame_sink.cc b/services/ui/public/cpp/window_compositor_frame_sink.cc
index 2d893733bc679977bfcb12a1fc7e36f8cc5ca5be..b39bdf1770ab92b5adf808d660d62ba4e282fd31 100644
--- a/services/ui/public/cpp/window_compositor_frame_sink.cc
+++ b/services/ui/public/cpp/window_compositor_frame_sink.cc
@@ -21,10 +21,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 | « services/ui/ime/test_ime_driver/test_ime_application.cc ('k') | services/ui/public/cpp/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698