| Index: ppapi/api/dev/ppb_text_input_dev.idl
|
| diff --git a/ppapi/api/dev/ppb_text_input_dev.idl b/ppapi/api/dev/ppb_text_input_dev.idl
|
| index f534b65a92b083bd03ff26249e3171d2405df4cf..be4065ea1b59de3fbf97bcd8b868bbe6e4a434e7 100644
|
| --- a/ppapi/api/dev/ppb_text_input_dev.idl
|
| +++ b/ppapi/api/dev/ppb_text_input_dev.idl
|
| @@ -61,10 +61,6 @@ interface PPB_TextInput_Dev {
|
| void UpdateCaretPosition([in] PP_Instance instance,
|
| [in] PP_Rect caret,
|
| [in] PP_Rect bounding_box);
|
| - /**
|
| - * Forces to commit the current composition text in IME.
|
| - */
|
| - void ConfirmCompositionText([in] PP_Instance instance);
|
|
|
| /**
|
| * Cancels the current composition in IME.
|
|
|