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

Unified Diff: third_party/fontconfig/config/mac/src/fcalias.h

Issue 138843002: Roll fontconfig to 2.11.0 and reenable poppler on mac (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: support 64bit win too Created 6 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
« no previous file with comments | « third_party/fontconfig/config/mac/fcstdint.h ('k') | third_party/fontconfig/config/mac/src/fcaliastail.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/fontconfig/config/mac/src/fcalias.h
diff --git a/third_party/fontconfig/config/mac/src/fcalias.h b/third_party/fontconfig/config/mac/src/fcalias.h
index 66d2b5fa84f76b75b063e0e10ce2190dee9b8c2f..f81142edd259dcf9fae7233731643ef26b9c1497 100644
--- a/third_party/fontconfig/config/mac/src/fcalias.h
+++ b/third_party/fontconfig/config/mac/src/fcalias.h
@@ -376,6 +376,8 @@ extern __typeof (FcStrSetDestroy) IA__FcStrSetDestroy __attribute((visibility("h
#define FcStrSetDestroy IA__FcStrSetDestroy
extern __typeof (FcStrListCreate) IA__FcStrListCreate __attribute((visibility("hidden")));
#define FcStrListCreate IA__FcStrListCreate
+extern __typeof (FcStrListFirst) IA__FcStrListFirst __attribute((visibility("hidden")));
+#define FcStrListFirst IA__FcStrListFirst
extern __typeof (FcStrListNext) IA__FcStrListNext __attribute((visibility("hidden")));
#define FcStrListNext IA__FcStrListNext
extern __typeof (FcStrListDone) IA__FcStrListDone __attribute((visibility("hidden")));
« no previous file with comments | « third_party/fontconfig/config/mac/fcstdint.h ('k') | third_party/fontconfig/config/mac/src/fcaliastail.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698