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

Unified Diff: examples/ui/spinning_cube/spinning_cube_app.cc

Issue 2020453003: Convert ViewProviderApp and ContentViewerApp to implement ApplicationImplBase instead of Applicatio… (Closed) Base URL: https://github.com/domokit/mojo.git@work796_no_run_main_app
Patch Set: 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/ui/spinning_cube/main.cc ('k') | examples/ui/tile/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ui/spinning_cube/spinning_cube_app.cc
diff --git a/examples/ui/spinning_cube/spinning_cube_app.cc b/examples/ui/spinning_cube/spinning_cube_app.cc
index ea6f5079133eba7804db89f59f7a608e22c38ba8..2908e07455aa507bdfa1a9c4e90a7860c27aa8ce 100644
--- a/examples/ui/spinning_cube/spinning_cube_app.cc
+++ b/examples/ui/spinning_cube/spinning_cube_app.cc
@@ -17,7 +17,7 @@ void SpinningCubeApp::CreateView(
const std::string& connection_url,
mojo::InterfaceRequest<mojo::ui::ViewOwner> view_owner_request,
mojo::InterfaceRequest<mojo::ServiceProvider> services) {
- new SpinningCubeView(mojo::CreateApplicationConnector(app_impl()->shell()),
+ new SpinningCubeView(mojo::CreateApplicationConnector(shell()),
view_owner_request.Pass());
}
« no previous file with comments | « examples/ui/spinning_cube/main.cc ('k') | examples/ui/tile/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698