| Index: mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| index cccdc0899467bcea89d59e339bc750289a9f6048..01cdc34110d953b1e83e958e145ac1d23fb60f44 100644
|
| --- a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| +++ b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
|
| @@ -120,6 +120,7 @@ class ViewManagerClientImpl : public ViewManager,
|
| virtual void OnViewInputEvent(Id view,
|
| EventPtr event,
|
| const Callback<void()>& callback) OVERRIDE;
|
| + virtual void DispatchOnViewInputEvent(Id view_id, EventPtr event) OVERRIDE;
|
|
|
| // Sync the client model with the service by enumerating the pending
|
| // transaction queue and applying them in order.
|
|
|