| Index: trunk/src/mojo/services/view_manager/root_node_manager.h
|
| ===================================================================
|
| --- trunk/src/mojo/services/view_manager/root_node_manager.h (revision 273734)
|
| +++ trunk/src/mojo/services/view_manager/root_node_manager.h (working copy)
|
| @@ -95,7 +95,6 @@
|
| void ProcessNodeViewReplaced(const Node* node,
|
| const View* new_view_id,
|
| const View* old_view_id);
|
| - void ProcessViewInputEvent(const View* view, const ui::Event* event);
|
| void ProcessNodeDeleted(const NodeId& node);
|
| void ProcessViewDeleted(const ViewId& view);
|
|
|
| @@ -131,8 +130,6 @@
|
| virtual void OnNodeViewReplaced(const Node* node,
|
| const View* new_view,
|
| const View* old_view) OVERRIDE;
|
| - virtual void OnViewInputEvent(const View* view,
|
| - const ui::Event* event) OVERRIDE;
|
|
|
| Context context_;
|
|
|
|
|