diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-10 23:47:53 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-10 23:47:53 +0000 |
commit | 5d0cf2d4df97e6d429d816a9a2e0d0a00978d7a9 (patch) | |
tree | 4433ea2ec733913547ff8159b9742acbd42092e2 /ppapi/cpp/private/flash_font_file.h | |
parent | 94b0625a464ba5fa6a55f6e57927acd9895a49c1 (diff) | |
download | chromium_src-5d0cf2d4df97e6d429d816a9a2e0d0a00978d7a9.zip chromium_src-5d0cf2d4df97e6d429d816a9a2e0d0a00978d7a9.tar.gz chromium_src-5d0cf2d4df97e6d429d816a9a2e0d0a00978d7a9.tar.bz2 |
Convert flash font file to use the browser font trusted code.
BUG=
Review URL: https://codereview.chromium.org/11470026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/cpp/private/flash_font_file.h')
-rw-r--r-- | ppapi/cpp/private/flash_font_file.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/cpp/private/flash_font_file.h b/ppapi/cpp/private/flash_font_file.h index 8b61986..053fca2 100644 --- a/ppapi/cpp/private/flash_font_file.h +++ b/ppapi/cpp/private/flash_font_file.h @@ -8,7 +8,7 @@ #include "ppapi/c/private/pp_private_font_charset.h" #include "ppapi/cpp/resource.h" -struct PP_FontDescription_Dev; +struct PP_BrowserFont_Trusted_Description; namespace pp { @@ -21,7 +21,7 @@ class FontFile : public Resource { // Default constructor for making an is_null() FontFile resource. FontFile(); FontFile(const InstanceHandle& instance, - const PP_FontDescription_Dev* description, + const PP_BrowserFont_Trusted_Description* description, PP_PrivateFontCharset charset); virtual ~FontFile(); |