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

Unified Diff: third_party/libpng/pngusr.h

Issue 10273024: Add chromaticity chunk read support to libpng (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libpng/pngusr.h
diff --git a/third_party/libpng/pngusr.h b/third_party/libpng/pngusr.h
index d63985f47a8ee5aadb64edab421e744944f9fe1e..d080ea2a7a068a4718d905c1de388af3dfacbce9 100644
--- a/third_party/libpng/pngusr.h
+++ b/third_party/libpng/pngusr.h
@@ -52,7 +52,7 @@
#define PNG_NO_READ_INVERT_ALPHA
#define PNG_NO_READ_RGB_TO_GRAY
#define PNG_NO_READ_bKGD
-#define PNG_NO_READ_cHRM
+#undef PNG_NO_READ_cHRM
#undef PNG_NO_READ_gAMA
#define PNG_NO_READ_hIST
#undef PNG_NO_READ_iCCP
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698