diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 18:24:21 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 18:24:21 +0000 |
commit | c99fcf5a1913cea79dbf53cc5ca3dba8e3ee5d64 (patch) | |
tree | ec671064fb18a8e0cf198c514680ea6f86ecc345 /third_party/libpng/pngusr.h | |
parent | a6e70b07a557d6c1765df2560c0104a9033c4015 (diff) | |
download | chromium_src-c99fcf5a1913cea79dbf53cc5ca3dba8e3ee5d64.zip chromium_src-c99fcf5a1913cea79dbf53cc5ca3dba8e3ee5d64.tar.gz chromium_src-c99fcf5a1913cea79dbf53cc5ca3dba8e3ee5d64.tar.bz2 |
Add the ability to write comments to PNGCodec::Encode.
I'm going to use this to write layout test checksums to the
expected png files.
Review URL: http://codereview.chromium.org/6696085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79592 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libpng/pngusr.h')
-rw-r--r-- | third_party/libpng/pngusr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/libpng/pngusr.h b/third_party/libpng/pngusr.h index 04415b1..f2446e1 100644 --- a/third_party/libpng/pngusr.h +++ b/third_party/libpng/pngusr.h @@ -97,7 +97,6 @@ #define PNG_NO_WRITE_sCAL #define PNG_NO_WRITE_sPLT #define PNG_NO_WRITE_sRGB -#define PNG_NO_WRITE_TEXT #define PNG_NO_WRITE_tIME #define PNG_NO_WRITE_UNKNOWN_CHUNKS #define PNG_NO_WRITE_USER_CHUNKS |