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

Unified Diff: services/ui/gpu/gpu_main.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 | « services/tracing/service.cc ('k') | services/ui/ime/ime_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_main.cc
diff --git a/services/ui/gpu/gpu_main.cc b/services/ui/gpu/gpu_main.cc
index 948106e777e46a0f0c2e50de3085ed6a2485fc91..ce1c0794ccaba746c0aab45e9dabcaf81605d3d5 100644
--- a/services/ui/gpu/gpu_main.cc
+++ b/services/ui/gpu/gpu_main.cc
@@ -158,7 +158,8 @@ void GpuMain::CreateDisplayCompositorInternal(
: nullptr;
mojom::GpuServicePtr gpu_service;
- mojom::GpuServiceRequest gpu_service_request = mojo::GetProxy(&gpu_service);
+ mojom::GpuServiceRequest gpu_service_request =
+ mojo::MakeRequest(&gpu_service);
if (gpu_thread_.task_runner()->BelongsToCurrentThread()) {
// If the DisplayCompositor creation was delayed because GpuService
« no previous file with comments | « services/tracing/service.cc ('k') | services/ui/ime/ime_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698