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

Unified Diff: libpng/pngusr.h

Issue 4060002: Enable color profile support in libpng. We're going to use this in WebKit. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/third_party/
Patch Set: Created 10 years, 2 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 | « libpng/pngrutil.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libpng/pngusr.h
===================================================================
--- libpng/pngusr.h (revision 63439)
+++ libpng/pngusr.h (working copy)
@@ -54,7 +54,7 @@
#define PNG_NO_READ_bKGD
#define PNG_NO_READ_cHRM
#define PNG_NO_READ_hIST
-#define PNG_NO_READ_iCCP
+#undef PNG_NO_READ_iCCP
#define PNG_NO_READ_pCAL
#define PNG_NO_READ_pHYs
#define PNG_NO_READ_sBIT
« no previous file with comments | « libpng/pngrutil.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698