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

Unified Diff: third_party/libpng/pnglibconf.h

Issue 2046603002: Prefix png functions (Closed) Base URL: https://skia.googlesource.com/skia.git@pngconf
Patch Set: Created 4 years, 6 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/libpng/README.google ('k') | third_party/libpng/pngprefix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libpng/pnglibconf.h
diff --git a/third_party/libpng/pnglibconf.h b/third_party/libpng/pnglibconf.h
index 5e46c229caa1c5921b76966a771cace46093c14d..db5c9ac21f043f913af2506d11ed4d459f0bdca2 100644
--- a/third_party/libpng/pnglibconf.h
+++ b/third_party/libpng/pnglibconf.h
@@ -212,4 +212,10 @@
#define PNG_sCAL_PRECISION 5
#define PNG_sRGB_PROFILE_CHECKS 2
/* end of settings */
+
+/* Skia-specific settings */
+#define PNG_PREFIX
mtklein 2016/06/06 15:29:59 #define PNG_PREFIX skia_ ?
+#include "pngprefix.h"
+/* end of Skia-specific settings */
+
#endif /* PNGLCONF_H */
« no previous file with comments | « third_party/libpng/README.google ('k') | third_party/libpng/pngprefix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698