Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: ppapi/api/ppb_ime_input_event.idl

Issue 18671004: PPAPI: Move IMEInputEvent and TextInput to stable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698