| Index: mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h
|
| index 8e286b10be5209a36698e21e7a10a92884661555..4603408e46abd996fc6ce76bdecabf30f75b5e19 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h
|
| +++ b/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.h
|
| @@ -87,6 +87,9 @@ class ViewManagerSynchronizer : public IViewManagerClient {
|
| uint32_t new_view_id,
|
| uint32_t old_view_id) OVERRIDE;
|
| virtual void OnViewDeleted(uint32_t view_id) OVERRIDE;
|
| + virtual void OnViewInputEvent(uint32_t view,
|
| + EventPtr event,
|
| + const Callback<void()>& callback) OVERRIDE;
|
|
|
| // Sync the client model with the service by enumerating the pending
|
| // transaction queue and applying them in order.
|
|
|