Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(739)

Unified Diff: ppapi/thunk/interfaces_ppb_private.h

Issue 1428653002: PPAPI: Remove PPB_Font_Dev. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/tests/all_cpp_includes.h ('k') | ppapi/thunk/resource_creation_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/interfaces_ppb_private.h
diff --git a/ppapi/thunk/interfaces_ppb_private.h b/ppapi/thunk/interfaces_ppb_private.h
index 630f1ce9c262321a4cbfa0dc4cd343ad6ee92564..636cf203ffe9105d186cd331e72be49ef9a8a7dc 100644
--- a/ppapi/thunk/interfaces_ppb_private.h
+++ b/ppapi/thunk/interfaces_ppb_private.h
@@ -51,12 +51,6 @@ PROXIED_IFACE(PPB_URLLOADERTRUSTED_INTERFACE_0_3,
PROXIED_IFACE(PPB_OUTPUTPROTECTION_PRIVATE_INTERFACE_0_1,
PPB_OutputProtection_Private_0_1)
-
-// Hack to keep font working. The Font 0.6 API is binary compatible with
-// BrowserFont 1.0, so just map the string to the same thing.
-// TODO(brettw) remove support for the old Font API.
-PROXIED_IFACE(PPB_FONT_DEV_INTERFACE_0_6,
- PPB_BrowserFont_Trusted_1_0)
#endif // !defined(OS_NACL)
#include "ppapi/thunk/interfaces_postamble.h"
« no previous file with comments | « ppapi/tests/all_cpp_includes.h ('k') | ppapi/thunk/resource_creation_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698