| Index: ppapi/api/ppb_ime_input_event.idl
|
| diff --git a/ppapi/api/dev/ppb_ime_input_event_dev.idl b/ppapi/api/ppb_ime_input_event.idl
|
| similarity index 96%
|
| rename from ppapi/api/dev/ppb_ime_input_event_dev.idl
|
| rename to ppapi/api/ppb_ime_input_event.idl
|
| index 9e728d6ed049fcf5d7bd659c8fb9fe6df0603b7c..a2af5d910fcc28e8ae76b1654fa5239c9d769463 100644
|
| --- a/ppapi/api/dev/ppb_ime_input_event_dev.idl
|
| +++ b/ppapi/api/ppb_ime_input_event.idl
|
| @@ -4,16 +4,15 @@
|
| */
|
|
|
| /**
|
| - * This file defines the <code>PPB_IMEInputEvent_Dev</code> interface.
|
| + * This file defines the <code>PPB_IMEInputEvent</code> interface.
|
| */
|
|
|
| label Chrome {
|
| - M16 = 0.1,
|
| - M21 = 0.2
|
| + M30 = 1.0
|
| };
|
|
|
| -[macro="PPB_IME_INPUT_EVENT_DEV_INTERFACE"]
|
| -interface PPB_IMEInputEvent_Dev {
|
| +[macro="PPB_IME_INPUT_EVENT_INTERFACE"]
|
| +interface PPB_IMEInputEvent {
|
| /**
|
| * Create() creates an IME input event with the given parameters. Normally
|
| * you will get an IME event passed through the <code>HandleInputEvent</code>
|
|
|