From ec728f5b395fc123df1fa0da3dc665bd703e9a6d Mon Sep 17 00:00:00 2001 From: "viettrungluu@chromium.org" Date: Thu, 7 Jun 2012 22:43:32 +0000 Subject: Pepper Flash: Remove PPB_Flash 11. We don't need it any longer (and haven't for a while). TEST=builds Review URL: https://chromiumcodereview.appspot.com/10546055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141102 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/c/private/ppb_flash.h | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'ppapi/c') diff --git a/ppapi/c/private/ppb_flash.h b/ppapi/c/private/ppb_flash.h index 6279093c..1fe4948 100644 --- a/ppapi/c/private/ppb_flash.h +++ b/ppapi/c/private/ppb_flash.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* From private/ppb_flash.idl modified Mon Jun 04 14:36:17 2012. */ +/* From private/ppb_flash.idl modified Thu Jun 7 12:05:41 2012. */ #ifndef PPAPI_C_PRIVATE_PPB_FLASH_H_ #define PPAPI_C_PRIVATE_PPB_FLASH_H_ @@ -259,31 +259,5 @@ struct PPB_Flash_12_2 { * @} */ -/** - * The old version of the interface, which cannot be generated from IDL. - * TODO(viettrungluu): Remove this when enough time has passed. crbug.com/104184 - */ -#define PPB_FLASH_INTERFACE_11_0 "PPB_Flash;11" -struct PPB_Flash_11 { - void (*SetInstanceAlwaysOnTop)(PP_Instance instance, PP_Bool on_top); - PP_Bool (*DrawGlyphs)(PP_Instance instance, - PP_Resource pp_image_data, - const struct PP_FontDescription_Dev* font_desc, - uint32_t color, - struct PP_Point position, - struct PP_Rect clip, - const float transformation[3][3], - uint32_t glyph_count, - const uint16_t glyph_indices[], - const struct PP_Point glyph_advances[]); - struct PP_Var (*GetProxyForURL)(PP_Instance instance, const char* url); - int32_t (*Navigate)(PP_Resource request_info, - const char* target, - bool from_user_action); - void (*RunMessageLoop)(PP_Instance instance); - void (*QuitMessageLoop)(PP_Instance instance); - double (*GetLocalTimeZoneOffset)(PP_Instance instance, PP_Time t); - struct PP_Var (*GetCommandLineArgs)(PP_Module module); -}; #endif /* PPAPI_C_PRIVATE_PPB_FLASH_H_ */ -- cgit v1.1