| Index: mojo/services/public/cpp/input_events/lib/input_events_type_converters.cc
|
| diff --git a/mojo/services/public/cpp/input_events/lib/input_events_type_converters.cc b/mojo/services/public/cpp/input_events/lib/input_events_type_converters.cc
|
| index 5bf1e7f727dd1da288c1e583563272db0a1b7d5c..5a47d07e7206cf1fa9a981247f3348189e0f9ce3 100644
|
| --- a/mojo/services/public/cpp/input_events/lib/input_events_type_converters.cc
|
| +++ b/mojo/services/public/cpp/input_events/lib/input_events_type_converters.cc
|
| @@ -58,7 +58,8 @@ TypeConverter<EventPtr, scoped_ptr<ui::Event> >::ConvertTo(
|
| break;
|
| default:
|
| // TODO: support other types.
|
| - NOTIMPLEMENTED();
|
| + // NOTIMPLEMENTED();
|
| + ;
|
| }
|
| // TODO: need to support time_stamp.
|
| return ui_event.Pass();
|
|
|