summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/browser_font_resource_trusted.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-07 22:31:44 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-07 22:31:44 +0000
commitd0e3b4abd1a6c1a3de008e267bd457e9e2ce95f3 (patch)
tree8249e5b0757af4c6ad5077941771591771f45a84 /ppapi/proxy/browser_font_resource_trusted.h
parent635b82774a9961b7e404674d2d08615397e7861f (diff)
downloadchromium_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/proxy/browser_font_resource_trusted.h')
-rw-r--r--ppapi/proxy/browser_font_resource_trusted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/browser_font_resource_trusted.h b/ppapi/proxy/browser_font_resource_trusted.h
index 1dc1fa5..a3b9a70 100644
--- a/ppapi/proxy/browser_font_resource_trusted.h
+++ b/ppapi/proxy/browser_font_resource_trusted.h
@@ -46,7 +46,7 @@ class PPAPI_PROXY_EXPORT BrowserFontResource_Trusted
virtual ::ppapi::thunk::PPB_BrowserFont_Trusted_API*
AsPPB_BrowserFont_Trusted_API() OVERRIDE;
- // PPB_Font implementation.
+ // PPB_BrowserFont_Trusted_API implementation.
virtual PP_Bool Describe(PP_BrowserFont_Trusted_Description* description,
PP_BrowserFont_Trusted_Metrics* metrics) OVERRIDE;
virtual PP_Bool DrawTextAt(PP_Resource image_data,