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

Unified Diff: third_party/freetype2/include/ftmodule.h

Issue 2300973002: NOT FOR LANDING Update FreeType to upstream 57a6733dcf7828fe3db9254edab33fda7c9f6a10. (Closed)
Patch Set: Rebase, see trybot results again Created 3 years, 11 months 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
Index: third_party/freetype2/include/ftmodule.h
diff --git a/third_party/freetype2/include/ftmodule.h b/third_party/freetype2/include/ftmodule.h
index b7299779aade32364f18bf9ce023ac86e5a48a21..e756b64859dbbc0051340598f00036abaf23b63d 100644
--- a/third_party/freetype2/include/ftmodule.h
+++ b/third_party/freetype2/include/ftmodule.h
@@ -2,11 +2,11 @@
FT_USE_MODULE( FT_Driver_ClassRec, tt_driver_class )
FT_USE_MODULE( FT_Driver_ClassRec, t1_driver_class )
FT_USE_MODULE( FT_Driver_ClassRec, cff_driver_class )
-FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class )
-FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class )
-FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class )
-FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class )
-FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class )
+/* FT_USE_MODULE( FT_Driver_ClassRec, t1cid_driver_class ) */
+/* FT_USE_MODULE( FT_Driver_ClassRec, pfr_driver_class ) */
+/* FT_USE_MODULE( FT_Driver_ClassRec, t42_driver_class ) */
+/* FT_USE_MODULE( FT_Driver_ClassRec, winfnt_driver_class ) */
+/* FT_USE_MODULE( FT_Driver_ClassRec, pcf_driver_class ) */
FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class )
FT_USE_MODULE( FT_Module_Class, sfnt_module_class )
FT_USE_MODULE( FT_Module_Class, autofit_module_class )
« no previous file with comments | « third_party/freetype2/include/ftconfig.h ('k') | third_party/freetype2/patches/freetype2_symbols_visibility.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698