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

Unified Diff: third_party/freetype/src/cff/cffpic.h

Issue 815103002: Update freetype to 2.5.4. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Adjust GYP and GN Created 6 years 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 | « third_party/freetype/src/cff/cffparse.c ('k') | third_party/freetype/src/cff/cffpic.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/freetype/src/cff/cffpic.h
diff --git a/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/cffpic.h b/third_party/freetype/src/cff/cffpic.h
similarity index 90%
rename from core/src/fxge/fx_freetype/fxft2.5.01/src/cff/cffpic.h
rename to third_party/freetype/src/cff/cffpic.h
index 7fb76e5937136c3c3e74b49253c669b30bfcb636..50bab4c17399ecba0e90481051eac1752438dc62 100644
--- a/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/cffpic.h
+++ b/third_party/freetype/src/cff/cffpic.h
@@ -22,7 +22,7 @@
FT_BEGIN_HEADER
-#include "../../include/freetype/internal/ftpic.h"
+#include FT_INTERNAL_PIC_H
#ifndef FT_CONFIG_OPTION_PIC
@@ -40,13 +40,13 @@ FT_BEGIN_HEADER
#else /* FT_CONFIG_OPTION_PIC */
-#include "../../include/freetype/internal/services/svgldict.h"
+#include FT_SERVICE_GLYPH_DICT_H
#include "cffparse.h"
-#include "../../include/freetype/internal/services/svpsinfo.h"
-#include "../../include/freetype/internal/services/svpostnm.h"
-#include "../../include/freetype/internal/services/svttcmap.h"
-#include "../../include/freetype/internal/services/svcid.h"
-#include "../../include/freetype/internal/services/svprop.h"
+#include FT_SERVICE_POSTSCRIPT_INFO_H
+#include FT_SERVICE_POSTSCRIPT_NAME_H
+#include FT_SERVICE_TT_CMAP_H
+#include FT_SERVICE_CID_H
+#include FT_SERVICE_PROPERTIES_H
typedef struct CffModulePIC_
« no previous file with comments | « third_party/freetype/src/cff/cffparse.c ('k') | third_party/freetype/src/cff/cffpic.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698