| Index: mojo/services/view_manager/view_manager_service_impl.h
|
| diff --git a/mojo/services/view_manager/view_manager_service_impl.h b/mojo/services/view_manager/view_manager_service_impl.h
|
| index 140b87ac234e1b22deca24b2a863e917e6efbb8b..2697bd4be866446af310e47a3845c0485765df57 100644
|
| --- a/mojo/services/view_manager/view_manager_service_impl.h
|
| +++ b/mojo/services/view_manager/view_manager_service_impl.h
|
| @@ -99,7 +99,6 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl
|
| Id server_change_id,
|
| bool originated_change);
|
| void ProcessViewDeleted(const ViewId& view, bool originated_change);
|
| - void ProcessViewInputEvent(const View* view, const ui::Event* event);
|
|
|
| // TODO(sky): move this to private section (currently can't because of
|
| // bindings).
|
| @@ -206,6 +205,8 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl
|
| virtual void Embed(const mojo::String& url,
|
| mojo::Array<uint32_t> node_ids,
|
| const mojo::Callback<void(bool)>& callback) OVERRIDE;
|
| + virtual void DispatchOnViewInputEvent(Id transport_view_id,
|
| + EventPtr event) OVERRIDE;
|
|
|
| // Overridden from NodeDelegate:
|
| virtual void OnNodeHierarchyChanged(const Node* node,
|
|
|