diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-30 08:29:58 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-30 08:29:58 +0000 |
commit | 5b41760a9d8f08b6d314f04c12fbd7704cdc1406 (patch) | |
tree | dfe8b88fa899b578c508fc32b0dad6eb37d401ea /third_party/libpng | |
parent | 604751e54dbb67963c7f1c4d3b56fa47cca2bce0 (diff) | |
download | chromium_src-5b41760a9d8f08b6d314f04c12fbd7704cdc1406.zip chromium_src-5b41760a9d8f08b6d314f04c12fbd7704cdc1406.tar.gz chromium_src-5b41760a9d8f08b6d314f04c12fbd7704cdc1406.tar.bz2 |
Enable color profile support in libpng. We're going to use this in WebKit.
R=pkasting
http://codereview.chromium.org/4060002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64539 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libpng')
-rw-r--r-- | third_party/libpng/pngusr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libpng/pngusr.h b/third_party/libpng/pngusr.h index 6d84164..0269bbb 100644 --- a/third_party/libpng/pngusr.h +++ b/third_party/libpng/pngusr.h @@ -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 |