diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 22:31:44 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-07 22:31:44 +0000 |
commit | d0e3b4abd1a6c1a3de008e267bd457e9e2ce95f3 (patch) | |
tree | 8249e5b0757af4c6ad5077941771591771f45a84 /ppapi/api | |
parent | 635b82774a9961b7e404674d2d08615397e7861f (diff) | |
download | chromium_src-d0e3b4abd1a6c1a3de008e267bd457e9e2ce95f3.zip chromium_src-d0e3b4abd1a6c1a3de008e267bd457e9e2ce95f3.tar.gz chromium_src-d0e3b4abd1a6c1a3de008e267bd457e9e2ce95f3.tar.bz2 |
Use PP_BrowserFont_Trusted_Description
instead of PP_FontDescription_Dev for the FLash interface
This changes the old interface without revving the version. This is because the new struct is exactly the same as the old one with a different name, so it will not break binary compat.
BUG=
Review URL: https://codereview.chromium.org/11475006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@171865 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api')
-rw-r--r-- | ppapi/api/private/ppb_flash.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/api/private/ppb_flash.idl b/ppapi/api/private/ppb_flash.idl index c84268b..692b864 100644 --- a/ppapi/api/private/ppb_flash.idl +++ b/ppapi/api/private/ppb_flash.idl @@ -123,7 +123,7 @@ interface PPB_Flash { PP_Bool DrawGlyphs( [in] PP_Instance instance, [in] PP_Resource pp_image_data, - [in] PP_FontDescription_Dev font_desc, + [in] PP_BrowserFont_Trusted_Description font_desc, [in] uint32_t color, [in] PP_Point position, [in] PP_Rect clip, |