| Index: ppapi/proxy/resource_creation_proxy.h
|
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h
|
| index e4fdb52d4766cad287cbfc4cd151e01aec783df3..42c8b45dedfe5e7c0ec4fdac8606042580da990c 100644
|
| --- a/ppapi/proxy/resource_creation_proxy.h
|
| +++ b/ppapi/proxy/resource_creation_proxy.h
|
| @@ -41,6 +41,15 @@ class ResourceCreationProxy : public InterfaceProxy,
|
| const char* path) OVERRIDE;
|
| virtual PP_Resource CreateFileSystem(PP_Instance instance,
|
| PP_FileSystemType type) OVERRIDE;
|
| + virtual PP_Resource CreateIMEInputEvent(PP_Instance instance,
|
| + PP_InputEvent_Type type,
|
| + PP_TimeTicks time_stamp,
|
| + struct PP_Var text,
|
| + uint32_t segment_number,
|
| + const uint32_t* segment_offsets,
|
| + int32_t target_segment,
|
| + uint32_t selection_start,
|
| + uint32_t selection_end) OVERRIDE;
|
| virtual PP_Resource CreateKeyboardInputEvent(
|
| PP_Instance instance,
|
| PP_InputEvent_Type type,
|
|
|