Index: examples/ganesh_app/ganesh_app.cc |
diff --git a/examples/ganesh_app/ganesh_app.cc b/examples/ganesh_app/ganesh_app.cc |
index c0612fb50da8a43530d3bd7d10afa2d7405897b0..215a0b2ac3ce1f9485d59f973fa90d40234ebd04 100644 |
--- a/examples/ganesh_app/ganesh_app.cc |
+++ b/examples/ganesh_app/ganesh_app.cc |
@@ -33,8 +33,7 @@ class GaneshApp : public mojo::ApplicationDelegate, |
return true; |
} |
- void OnEmbed(mojo::ViewManager* view_manager, |
- mojo::View* root, |
+ void OnEmbed(mojo::View* root, |
mojo::ServiceProviderImpl* exported_services, |
scoped_ptr<mojo::ServiceProvider> imported_services) override { |
new GaneshView(shell_, root); |