Chromium Code Reviews| Index: src/images/SkImageDecoder_libjpeg.cpp |
| diff --git a/src/images/SkImageDecoder_libjpeg.cpp b/src/images/SkImageDecoder_libjpeg.cpp |
| index 7216239e80b14b0f6e81dad66bdbfdcc4875a6d2..914bdea5c8b8a96f9e4b0117900831d3c797eec0 100644 |
| --- a/src/images/SkImageDecoder_libjpeg.cpp |
| +++ b/src/images/SkImageDecoder_libjpeg.cpp |
| @@ -54,10 +54,6 @@ SK_CONF_DECLARE(bool, c_suppressJPEGImageDecoderErrors, |
| "Suppress most JPG error messages when decode " |
| "function fails."); |
| -#if defined(SK_BUILD_FOR_ANDROID) && !defined(SK_JPEG_NO_INDEX_SUPPORTED) |
| -#define SK_JPEG_INDEX_SUPPORTED |
|
scroggo
2015/11/04 19:28:23
Should we go ahead and remove the code inside
#if
msarett
2015/11/05 15:00:56
Yes, I'd like to do it later in the interest of ke
|
| -#endif |
| - |
| ////////////////////////////////////////////////////////////////////////// |
| ////////////////////////////////////////////////////////////////////////// |