From 79cad34f87841d010fd39023d369e406daef39f7 Mon Sep 17 00:00:00 2001 From: "nona@chromium.org" Date: Thu, 1 Aug 2013 00:22:48 +0000 Subject: PPAPI: Move IMEInputEvent and TextInput to stable. To be able to work with current ppapi Flash, this CL keeps ABI of "PPB_IMEInputEvent_Dev_0_2", "PPB_TextInput_Dev_0_2" and "PPP_TextInput_Dev_0_2". BUG=None TEST=Manually checked that ppapi_example_ime works and also works with current Flash. NOTRY=True Review URL: https://chromiumcodereview.appspot.com/18671004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214878 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/c/pp_macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ppapi/c/pp_macros.h') diff --git a/ppapi/c/pp_macros.h b/ppapi/c/pp_macros.h index c56d95b..97a4229 100644 --- a/ppapi/c/pp_macros.h +++ b/ppapi/c/pp_macros.h @@ -3,13 +3,13 @@ * found in the LICENSE file. */ -/* From pp_macros.idl modified Thu Mar 14 13:24:42 2013. */ +/* From pp_macros.idl modified Tue Jul 2 14:15:05 2013. */ #ifndef PPAPI_C_PP_MACROS_H_ #define PPAPI_C_PP_MACROS_H_ -#define PPAPI_RELEASE 29 +#define PPAPI_RELEASE 30 /** * @file -- cgit v1.1