Date: Thursday, September 1, 2016 @ 08:53:16
  Author: bpiotrowski
Revision: 275643

Remove unused patch

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/PNGImageDecoder.patch

-----------------------+
 PKGBUILD              |    1 -
 PNGImageDecoder.patch |   11 -----------
 2 files changed, 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-09-01 08:52:52 UTC (rev 275642)
+++ PKGBUILD    2016-09-01 08:53:16 UTC (rev 275643)
@@ -28,7 +28,6 @@
         
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
         chromium.desktop
         chromium-widevine.patch
-        PNGImageDecoder.patch
         chromium-52.0.2743.116-unset-madv_free.patch)
 sha256sums=('2e3c5f7b12b5b4f150b93004a718fb85778aeddc4df05bbf92b99a19a1c63dee'
             '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'

Deleted: PNGImageDecoder.patch
===================================================================
--- PNGImageDecoder.patch       2016-09-01 08:52:52 UTC (rev 275642)
+++ PNGImageDecoder.patch       2016-09-01 08:53:16 UTC (rev 275643)
@@ -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

Reply via email to