diff options
Diffstat (limited to 'www/chromium/files/patch-ui_gfx_codec_jpeg__codec.cc')
-rw-r--r-- | www/chromium/files/patch-ui_gfx_codec_jpeg__codec.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-ui_gfx_codec_jpeg__codec.cc b/www/chromium/files/patch-ui_gfx_codec_jpeg__codec.cc deleted file mode 100644 index d28b297f801b..000000000000 --- a/www/chromium/files/patch-ui_gfx_codec_jpeg__codec.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- ui/gfx/codec/jpeg_codec.cc.orig 2021-04-14 18:41:39 UTC -+++ ui/gfx/codec/jpeg_codec.cc -@@ -208,6 +208,7 @@ bool JPEGCodec::Decode(const unsigned char* input, siz - case JCS_GRAYSCALE: - case JCS_RGB: - case JCS_YCbCr: -+#ifdef JCS_EXTENSIONS - // Choose an output colorspace and return if it is an unsupported one. - // Same as JPEGCodec::Encode(), libjpeg-turbo supports all input formats - // used by Chromium (i.e. RGBA and BGRA) and we just map the input -@@ -224,6 +225,9 @@ bool JPEGCodec::Decode(const unsigned char* input, siz - NOTREACHED() << "Invalid pixel format"; - return false; - } -+#else -+ cinfo.out_color_space = JCS_RGB; -+#endif - break; - case JCS_CMYK: - case JCS_YCCK: |