| Index: mojo/services/public/cpp/input_events/input_events_type_converters.h
|
| diff --git a/mojo/services/public/cpp/input_events/input_events_type_converters.h b/mojo/services/public/cpp/input_events/input_events_type_converters.h
|
| index 00a03ac2e77e0efc77d180b302af8c19d11f0a5e..64c164560499811682a506e263a0cfd123bf5da6 100644
|
| --- a/mojo/services/public/cpp/input_events/input_events_type_converters.h
|
| +++ b/mojo/services/public/cpp/input_events/input_events_type_converters.h
|
| @@ -13,6 +13,13 @@
|
| namespace mojo {
|
|
|
| template<>
|
| +class MOJO_INPUT_EVENTS_EXPORT TypeConverter<EventType, ui::EventType> {
|
| + public:
|
| + static EventType ConvertFrom(ui::EventType type);
|
| + static ui::EventType ConvertTo(EventType type);
|
| +};
|
| +
|
| +template<>
|
| class MOJO_INPUT_EVENTS_EXPORT TypeConverter<EventPtr, ui::Event> {
|
| public:
|
| static EventPtr ConvertFrom(const ui::Event& input);
|
|
|