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

Unified Diff: examples/recipes/window_manager/main.cc

Issue 815003002: Nukes ViewManager arg from ViewManagerDelegate::OnEmbed (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: format Created 6 years 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/png_viewer/png_viewer.cc ('k') | examples/sky_compositor_app/sky_compositor_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/recipes/window_manager/main.cc
diff --git a/examples/recipes/window_manager/main.cc b/examples/recipes/window_manager/main.cc
index 55cc9622bc0ddf0bdeaa159ab27c005db0627237..dccc2ac643851cef6702c0caeef8219f0a014082 100644
--- a/examples/recipes/window_manager/main.cc
+++ b/examples/recipes/window_manager/main.cc
@@ -42,7 +42,6 @@ class Main : public mojo::ApplicationDelegate,
// Overridden from mojo::ViewManagerDelegate:
void OnEmbed(
- mojo::ViewManager* view_manager,
mojo::View* root,
mojo::ServiceProviderImpl* exported_services,
scoped_ptr<mojo::ServiceProvider> remote_service_provider) override {
« no previous file with comments | « examples/png_viewer/png_viewer.cc ('k') | examples/sky_compositor_app/sky_compositor_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698