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

Unified Diff: services/ui/gpu/gpu_main.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/service_manager/service_manager.cc ('k') | services/ui/ws/frame_generator.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 ce1c0794ccaba746c0aab45e9dabcaf81605d3d5..dc692c06ad1f960ac372043858355ac405dacf7c 100644
--- a/services/ui/gpu/gpu_main.cc
+++ b/services/ui/gpu/gpu_main.cc
@@ -158,8 +158,7 @@ void GpuMain::CreateDisplayCompositorInternal(
: nullptr;
mojom::GpuServicePtr gpu_service;
- mojom::GpuServiceRequest gpu_service_request =
- mojo::MakeRequest(&gpu_service);
+ mojom::GpuServiceRequest gpu_service_request(&gpu_service);
if (gpu_thread_.task_runner()->BelongsToCurrentThread()) {
// If the DisplayCompositor creation was delayed because GpuService
« no previous file with comments | « services/service_manager/service_manager.cc ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698