| Index: ppapi/thunk/ppb_input_event_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_input_event_thunk.cc b/ppapi/thunk/ppb_input_event_thunk.cc
|
| index 7d527a6ef540f3afdcd9be715a491ecc1e1f1836..27a7027f4ca4ad6b7026a404382790fe603e8f35 100644
|
| --- a/ppapi/thunk/ppb_input_event_thunk.cc
|
| +++ b/ppapi/thunk/ppb_input_event_thunk.cc
|
| @@ -388,8 +388,8 @@ PP_Resource CreateTouchInputEvent(PP_Instance instance,
|
| EnterResourceCreation enter(instance);
|
| if (enter.failed())
|
| return 0;
|
| - // TODO(sad):
|
| - return 0;
|
| + return enter.functions()->CreateTouchInputEvent(instance, type, time_stamp,
|
| + modifiers);
|
| }
|
|
|
| void AddTouchPoint(PP_Resource touch_event,
|
|
|