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

Unified Diff: examples/indirect_service/indirect_service_demo.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 | « no previous file | examples/spinning_cube/gles2_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/indirect_service/indirect_service_demo.cc
diff --git a/examples/indirect_service/indirect_service_demo.cc b/examples/indirect_service/indirect_service_demo.cc
index c354ed866e1c6ca0670946d1836a977a66f77e21..4fdfb4ff778863bf5816e10ebce05026838c4dde 100644
--- a/examples/indirect_service/indirect_service_demo.cc
+++ b/examples/indirect_service/indirect_service_demo.cc
@@ -109,7 +109,7 @@ class IndirectServiceDemoAppDelegate : public ApplicationDelegate {
// We're passing the integer_service_ proxy to another thread, so
// use its MessagePipe.
tasks_.push_back(
- new DemoTask(integer_service.PassInterface().PassHandle(),
+ new DemoTask(integer_service.PassInterfaceHandle().PassHandle(),
finished_callback, kTaskIterationCount));
}
}
« no previous file with comments | « no previous file | examples/spinning_cube/gles2_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698