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

Unified Diff: examples/shadows/shadows_view.h

Issue 1991853003: Make BaseView et al. take an ApplicationConnector instead of an ApplicationImpl. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: doh Created 4 years, 7 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/shadows/shadows_app.cc ('k') | examples/shadows/shadows_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/shadows/shadows_view.h
diff --git a/examples/shadows/shadows_view.h b/examples/shadows/shadows_view.h
index 893dfad3fef62b8daeece921b944c502c26661d1..e5e49a015cf79c33219be25189a20c866bd08d97 100644
--- a/examples/shadows/shadows_view.h
+++ b/examples/shadows/shadows_view.h
@@ -16,7 +16,7 @@ namespace examples {
class ShadowsView : public mojo::ui::GLView,
public mojo::ui::ChoreographerDelegate {
public:
- ShadowsView(mojo::ApplicationImpl* app_impl,
+ ShadowsView(mojo::InterfaceHandle<mojo::ApplicationConnector> app_connector,
mojo::InterfaceRequest<mojo::ui::ViewOwner> view_owner_request);
~ShadowsView() override;
« no previous file with comments | « examples/shadows/shadows_app.cc ('k') | examples/shadows/shadows_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698