| Index: ppapi/c/dev/ppb_text_input_dev.h
|
| diff --git a/ppapi/c/dev/ppb_text_input_dev.h b/ppapi/c/dev/ppb_text_input_dev.h
|
| index 51c990e74c92eee26a65762f24660348bc1cfced..3eca1a3d2208953d4865031a848f09fdf2b41040 100644
|
| --- a/ppapi/c/dev/ppb_text_input_dev.h
|
| +++ b/ppapi/c/dev/ppb_text_input_dev.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From dev/ppb_text_input_dev.idl modified Wed Sep 14 12:51:46 2011. */
|
| +/* From dev/ppb_text_input_dev.idl modified Tue Sep 27 14:34:33 2011. */
|
|
|
| #ifndef PPAPI_C_DEV_PPB_TEXT_INPUT_DEV_H_
|
| #define PPAPI_C_DEV_PPB_TEXT_INPUT_DEV_H_
|
| @@ -84,10 +84,6 @@ struct PPB_TextInput_Dev {
|
| const struct PP_Rect* caret,
|
| const struct PP_Rect* bounding_box);
|
| /**
|
| - * Forces to commit the current composition text in IME.
|
| - */
|
| - void (*ConfirmCompositionText)(PP_Instance instance);
|
| - /**
|
| * Cancels the current composition in IME.
|
| */
|
| void (*CancelCompositionText)(PP_Instance instance);
|
|
|