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

Unified Diff: examples/ui/noodles/noodles_view.h

Issue 1679023006: Reify view ownership as a message pipe. (Closed) Base URL: git@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 | « examples/ui/noodles/noodles_app.cc ('k') | examples/ui/noodles/noodles_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/noodles/noodles_view.h
diff --git a/examples/ui/noodles/noodles_view.h b/examples/ui/noodles/noodles_view.h
index f64ec53d9606178c9f1884956669057127b98bbb..adc01c8d46f3a9e963c0844ac0e029a74fc73cc7 100644
--- a/examples/ui/noodles/noodles_view.h
+++ b/examples/ui/noodles/noodles_view.h
@@ -27,9 +27,8 @@ class Rasterizer;
class NoodlesView : public mojo::ui::BaseView,
public mojo::ui::ChoreographerDelegate {
public:
- NoodlesView(
- mojo::ApplicationImpl* app_impl,
- const mojo::ui::ViewProvider::CreateViewCallback& create_view_callback);
+ NoodlesView(mojo::ApplicationImpl* app_impl,
+ mojo::InterfaceRequest<mojo::ui::ViewOwner> view_owner_request);
~NoodlesView() override;
« no previous file with comments | « examples/ui/noodles/noodles_app.cc ('k') | examples/ui/noodles/noodles_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698