summarylogtreecommitdiffstats
path: root/PNGImageDecoder.patch
diff options
context:
space:
mode:
Diffstat (limited to 'PNGImageDecoder.patch')
-rw-r--r--PNGImageDecoder.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/PNGImageDecoder.patch b/PNGImageDecoder.patch
deleted file mode 100644
index 986e66223792..000000000000
--- a/PNGImageDecoder.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cppg 2016-05-01 15:22:46.103607522 +0800
-+++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp 2016-05-01 15:25:14.459753876 +0800
-@@ -234,7 +234,7 @@
- #endif
- png_uint_32 profileLength = 0;
- if (png_get_iCCP(png, info, &profileName, &compressionType, &profile, &profileLength)) {
-- setColorProfileAndTransform(profile, profileLength, imageHasAlpha, false /* useSRGB */);
-+ setColorProfileAndTransform((const char*)profile, profileLength, imageHasAlpha, false /* useSRGB */);
- }
- }
- #endif // PNG_iCCP_SUPPORTED