Index: mojo/converters/input_events/input_events_type_converters.h |
diff --git a/mojo/converters/input_events/input_events_type_converters.h b/mojo/converters/input_events/input_events_type_converters.h |
index 96cb264998d7e8b949a5d68e86a231bb21704148..9a717829137adacf6c80951179f05c5f1cf61681 100644 |
--- a/mojo/converters/input_events/input_events_type_converters.h |
+++ b/mojo/converters/input_events/input_events_type_converters.h |
@@ -33,6 +33,11 @@ struct MOJO_INPUT_EVENTS_EXPORT TypeConverter<EventPtr, ui::KeyEvent> { |
}; |
template <> |
+struct MOJO_INPUT_EVENTS_EXPORT TypeConverter<EventPtr, ui::GestureEvent> { |
+ static EventPtr Convert(const ui::GestureEvent& input); |
+}; |
+ |
+template <> |
struct MOJO_INPUT_EVENTS_EXPORT TypeConverter<scoped_ptr<ui::Event>, EventPtr> { |
static scoped_ptr<ui::Event> Convert(const EventPtr& input); |
}; |