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

Unified Diff: services/gfx/compositor/scene_impl.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
« no previous file with comments | « services/gfx/compositor/graph/scene_def.cc ('k') | services/gfx/compositor/scene_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/scene_impl.h
diff --git a/services/gfx/compositor/scene_impl.h b/services/gfx/compositor/scene_impl.h
index a7def23436a577b25d6062202f8b83b7d14b0fec..f145c1557b097f51ec8aea9679397458f2e4dff6 100644
--- a/services/gfx/compositor/scene_impl.h
+++ b/services/gfx/compositor/scene_impl.h
@@ -32,7 +32,8 @@ class SceneImpl : public mojo::gfx::composition::Scene,
private:
// |Scene|:
- void SetListener(mojo::gfx::composition::SceneListenerPtr listener) override;
+ void SetListener(mojo::InterfaceHandle<mojo::gfx::composition::SceneListener>
+ listener) override;
void Update(mojo::gfx::composition::SceneUpdatePtr update) override;
void Publish(mojo::gfx::composition::SceneMetadataPtr metadata) override;
void GetScheduler(
« no previous file with comments | « services/gfx/compositor/graph/scene_def.cc ('k') | services/gfx/compositor/scene_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698