Chromium Code Reviews| Index: third_party/libpng/pngusr.h |
| diff --git a/third_party/libpng/pngusr.h b/third_party/libpng/pngusr.h |
| index d080ea2a7a068a4718d905c1de388af3dfacbce9..cf7851169a67d8741819c6fc156cc8b743b4df37 100644 |
| --- a/third_party/libpng/pngusr.h |
| +++ b/third_party/libpng/pngusr.h |
| @@ -65,8 +65,8 @@ |
| #undef PNG_NO_READ_sRGB |
| #define PNG_NO_READ_TEXT |
| #define PNG_NO_READ_tIME |
| -#define PNG_NO_READ_UNKNOWN_CHUNKS |
| -#define PNG_NO_READ_USER_CHUNKS |
| +#undef PNG_NO_READ_UNKNOWN_CHUNKS |
| +#undef PNG_NO_READ_USER_CHUNKS |
|
oshima
2012/10/05 20:33:11
I think we probably should double check with someo
|
| #define PNG_NO_READ_EMPTY_PLTE |
| #define PNG_NO_READ_OPT_PLTE |