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

Unified Diff: services/native_viewport/onscreen_context_provider.h

Issue 1682113003: Mojo C++ bindings: Generate InterfaceHandle<> instead of InterfacePtr<>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase ontop of master, address trung's comments 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
Index: services/native_viewport/onscreen_context_provider.h
diff --git a/services/native_viewport/onscreen_context_provider.h b/services/native_viewport/onscreen_context_provider.h
index cb23d9a8d88cc5697dbf57b765d3a79f3e8bf838..e2d5076a1e109f06c0cf3f8bf82c7de076c30990 100644
--- a/services/native_viewport/onscreen_context_provider.h
+++ b/services/native_viewport/onscreen_context_provider.h
@@ -33,7 +33,8 @@ class OnscreenContextProvider : public mojo::ContextProvider,
};
private:
// mojo::ContextProvider implementation:
- void Create(mojo::ViewportParameterListenerPtr viewport_parameter_listener,
+ void Create(mojo::InterfaceHandle<mojo::ViewportParameterListener>
+ viewport_parameter_listener,
const CreateCallback& callback) override;
// gles2::CommandBufferImpl::Observer implementation:
« no previous file with comments | « services/native_viewport/native_viewport_impl.cc ('k') | services/native_viewport/onscreen_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698