| Index: ppapi/c/ppb_input_event.h
|
| diff --git a/ppapi/c/ppb_input_event.h b/ppapi/c/ppb_input_event.h
|
| index 21b7c12a2df194fa1fccbc00cf0cfe46f11e43fb..706fe41509291d733c616ad8b2249fd3e3ec8709 100644
|
| --- a/ppapi/c/ppb_input_event.h
|
| +++ b/ppapi/c/ppb_input_event.h
|
| @@ -3,7 +3,7 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From ppb_input_event.idl modified Wed Sep 14 12:46:14 2011. */
|
| +/* From ppb_input_event.idl modified Tue Sep 20 15:26:44 2011. */
|
|
|
| #ifndef PPAPI_C_PPB_INPUT_EVENT_H_
|
| #define PPAPI_C_PPB_INPUT_EVENT_H_
|
| @@ -123,19 +123,19 @@ typedef enum {
|
| *
|
| * Register for this event using the PP_INPUTEVENT_CLASS_IME class.
|
| */
|
| - PP_INPUTEVENT_TYPE_COMPOSITION_START = 11,
|
| + PP_INPUTEVENT_TYPE_IME_COMPOSITION_START = 11,
|
| /**
|
| * Notification that the input method composition string is updated.
|
| *
|
| * Register for this event using the PP_INPUTEVENT_CLASS_IME class.
|
| */
|
| - PP_INPUTEVENT_TYPE_COMPOSITION_UPDATE = 12,
|
| + PP_INPUTEVENT_TYPE_IME_COMPOSITION_UPDATE = 12,
|
| /**
|
| * Notification that an input method composition process has completed.
|
| *
|
| * Register for this event using the PP_INPUTEVENT_CLASS_IME class.
|
| */
|
| - PP_INPUTEVENT_TYPE_COMPOSITION_END = 13,
|
| + PP_INPUTEVENT_TYPE_IME_COMPOSITION_END = 13,
|
| /**
|
| * Notification that an input method committed a string.
|
| *
|
|
|