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

Unified Diff: services/gfx/compositor/backend/gpu_output.cc

Issue 1677753002: Mojo C++ bindings: InterfacePtr::PassInterface -> PassInterfaceHandle (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 months 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/dart/content_handler_app_service_connector.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/backend/gpu_output.cc
diff --git a/services/gfx/compositor/backend/gpu_output.cc b/services/gfx/compositor/backend/gpu_output.cc
index fd2030f52597dd347d294a3ce17f84c2ad093d04..e5fe85e790b6068c695fd166f56461ac97748d2d 100644
--- a/services/gfx/compositor/backend/gpu_output.cc
+++ b/services/gfx/compositor/backend/gpu_output.cc
@@ -44,8 +44,9 @@ GpuOutput::GpuOutput(mojo::ContextProviderPtr context_provider,
FROM_HERE,
base::Bind(&RasterizerDelegate::CreateRasterizer,
base::Unretained(rasterizer_delegate_.get()),
- base::Passed(context_provider.PassInterface()), scheduler_,
- base::MessageLoop::current()->task_runner(), error_callback));
+ base::Passed(context_provider.PassInterfaceHandle()),
+ scheduler_, base::MessageLoop::current()->task_runner(),
+ error_callback));
}
GpuOutput::~GpuOutput() {
« no previous file with comments | « services/dart/content_handler_app_service_connector.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698