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

Unified Diff: components/exo/surface.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: components/exo/surface.cc
diff --git a/components/exo/surface.cc b/components/exo/surface.cc
index 6c519c8706a6347516444752ff4cfbdce0f3a8a5..0f32435abe383919287edbf48cdc8155b038aa0f 100644
--- a/components/exo/surface.cc
+++ b/components/exo/surface.cc
@@ -180,7 +180,7 @@ Surface::Surface()
->AllocateFrameSinkId()) {
cc::mojom::MojoCompositorFrameSinkClientPtr frame_sink_holder_ptr;
cc::mojom::MojoCompositorFrameSinkClientRequest frame_sink_client_request =
- mojo::GetProxy(&frame_sink_holder_ptr);
+ mojo::MakeRequest(&frame_sink_holder_ptr);
std::unique_ptr<CompositorFrameSink> frame_sink(new CompositorFrameSink(
frame_sink_id_,
aura::Env::GetInstance()->context_factory_private()->GetSurfaceManager(),
« no previous file with comments | « components/autofill/content/renderer/password_autofill_agent.cc ('k') | components/filesystem/directory_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698