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

Unified Diff: third_party/fontconfig/config/mac/src/fcaliastail.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/src/fcalias.h ('k') | third_party/fontconfig/config/windows/config.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/fcaliastail.h
diff --git a/third_party/fontconfig/config/mac/src/fcaliastail.h b/third_party/fontconfig/config/mac/src/fcaliastail.h
index a1b96657c130e2ba7e25156c8e59245da36968a5..f3835f6856434e84f83a5616acc120314e2cd5a8 100644
--- a/third_party/fontconfig/config/mac/src/fcaliastail.h
+++ b/third_party/fontconfig/config/mac/src/fcaliastail.h
@@ -420,6 +420,8 @@ extern __typeof (FcStrSetDel) FcStrSetDel __attribute((alias("IA__FcStrSetDel"),
extern __typeof (FcStrSetDestroy) FcStrSetDestroy __attribute((alias("IA__FcStrSetDestroy"), visibility("default")));
# undef FcStrListCreate
extern __typeof (FcStrListCreate) FcStrListCreate __attribute((alias("IA__FcStrListCreate"), visibility("default")));
+# undef FcStrListFirst
+extern __typeof (FcStrListFirst) FcStrListFirst __attribute((alias("IA__FcStrListFirst"), visibility("default")));
# undef FcStrListNext
extern __typeof (FcStrListNext) FcStrListNext __attribute((alias("IA__FcStrListNext"), visibility("default")));
# undef FcStrListDone
« no previous file with comments | « third_party/fontconfig/config/mac/src/fcalias.h ('k') | third_party/fontconfig/config/windows/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698