diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-07 22:43:32 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-07 22:43:32 +0000 |
commit | ec728f5b395fc123df1fa0da3dc665bd703e9a6d (patch) | |
tree | c72fd2b51fc8bc8dd46a6608104b6172e73ba8b6 /ppapi/c | |
parent | f35b1a82b888c76e7a55c5e45cb109c7cb6eafba (diff) | |
download | chromium_src-ec728f5b395fc123df1fa0da3dc665bd703e9a6d.zip chromium_src-ec728f5b395fc123df1fa0da3dc665bd703e9a6d.tar.gz chromium_src-ec728f5b395fc123df1fa0da3dc665bd703e9a6d.tar.bz2 |
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
Diffstat (limited to 'ppapi/c')
-rw-r--r-- | ppapi/c/private/ppb_flash.h | 28 |
1 files changed, 1 insertions, 27 deletions
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_ */ |