| Index: mojo/examples/keyboard/keyboard.cc
|
| diff --git a/mojo/examples/keyboard/keyboard.cc b/mojo/examples/keyboard/keyboard.cc
|
| index 53a7204d846079c95ab8ee4fa8bb16784f1c1a97..d7599463dc77c1ca4ccacd8b9e4bc8c3d0476b5e 100644
|
| --- a/mojo/examples/keyboard/keyboard.cc
|
| +++ b/mojo/examples/keyboard/keyboard.cc
|
| @@ -91,7 +91,10 @@ class Keyboard : public ApplicationDelegate,
|
| }
|
|
|
| // ViewManagerDelegate:
|
| - virtual void OnEmbed(ViewManager* view_manager, Node* root) OVERRIDE {
|
| + virtual void OnEmbed(ViewManager* view_manager,
|
| + Node* root,
|
| + ServiceProviderImpl* exported_services,
|
| + scoped_ptr<ServiceProvider> imported_services) OVERRIDE {
|
| // TODO: deal with OnEmbed() being invoked multiple times.
|
| view_manager_ = view_manager;
|
| root->SetActiveView(View::Create(view_manager));
|
|
|