Index: trunk/src/mojo/services/public/interfaces/view_manager/view_manager.mojom |
=================================================================== |
--- trunk/src/mojo/services/public/interfaces/view_manager/view_manager.mojom (revision 273734) |
+++ trunk/src/mojo/services/public/interfaces/view_manager/view_manager.mojom (working copy) |
@@ -3,7 +3,6 @@ |
// found in the LICENSE file. |
import "../geometry/geometry.mojom" |
-import "../input_events/input_events.mojom" |
module mojo.view_manager { |
@@ -140,9 +139,6 @@ |
// Invoked when a view is deleted. |
OnViewDeleted(uint32 view); |
- |
- // Invoked when an event is targeted at the specified view. |
- OnViewInputEvent(uint32 view, mojo.Event event) => (); |
}; |
} |