diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-05 09:57:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-09-05 09:58:10 +0000 |
commit | bc99b8bf390ccc6106ee491d88923021dcbb1526 (patch) | |
tree | de8fed517bc744f46a21147dab29429d87eb1839 /community/chromium/fix-png-decoder-build.patch | |
parent | b16ce7ece839c7330718418a452d80f8d1c8a0f5 (diff) | |
download | aports-bc99b8bf390ccc6106ee491d88923021dcbb1526.tar.bz2 aports-bc99b8bf390ccc6106ee491d88923021dcbb1526.tar.xz |
community/chromium: upgrade to 53.0.2785.92
increase thread stack size to 4MB since we had some pages that crashed.
Diffstat (limited to 'community/chromium/fix-png-decoder-build.patch')
-rw-r--r-- | community/chromium/fix-png-decoder-build.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/chromium/fix-png-decoder-build.patch b/community/chromium/fix-png-decoder-build.patch deleted file mode 100644 index bc031cea03..0000000000 --- a/community/chromium/fix-png-decoder-build.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp.orig 2016-06-01 17:42:30.396115414 +0200 -+++ b/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoder.cpp 2016-06-01 17:43:05.182117208 +0200 -@@ -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 |