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

Unified Diff: third_party/libpng/pngusr.h

Issue 9496004: Support for interlaced PNGs (in gfx::PNGCodec) (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 years, 10 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 | ui/gfx/codec/png_codec.cc » ('j') | ui/gfx/codec/png_codec.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libpng/pngusr.h
===================================================================
--- third_party/libpng/pngusr.h (revision 123937)
+++ third_party/libpng/pngusr.h (working copy)
@@ -50,9 +50,7 @@
#define PNG_NO_READ_SWAP
#define PNG_NO_READ_SWAP_ALPHA
#define PNG_NO_READ_INVERT_ALPHA
-#define PNG_NO_READ_STRIP_ALPHA
tony 2012/02/28 18:34:05 Does Chromium still compile if you build with use_
Francois 2012/02/29 09:12:29 I can confirm that it does compile with the system
#define PNG_NO_READ_RGB_TO_GRAY
-#define PNG_NO_READ_USER_TRANSFORM
#define PNG_NO_READ_bKGD
#define PNG_NO_READ_cHRM
#undef PNG_NO_READ_gAMA
@@ -109,7 +107,6 @@
#define PNG_NO_USER_MEM
#define PNG_NO_FIXED_POINT_SUPPORTED
#define PNG_NO_MNG_FEATURES
-#define PNG_NO_USER_TRANSFORM_PTR
#define PNG_NO_HANDLE_AS_UNKNOWN
#define PNG_NO_CONSOLE_IO
#define PNG_NO_ZALLOC_ZERO
« no previous file with comments | « no previous file | ui/gfx/codec/png_codec.cc » ('j') | ui/gfx/codec/png_codec.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698