[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

christian at webkit.org christian at webkit.org
Thu Apr 8 00:34:14 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 0408b947534c479f629ec2ef56dadda124fe491f
Author: christian at webkit.org <christian at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Dec 12 19:10:38 2009 +0000

    2009-12-12  Christian Dywan  <christian at twotoasts.de>
    
            Reviewed by Dirk Schulze.
    
            Remove the include to SVGFEDisplacementMap.h, it's not needed at all.
    
            * platform/graphics/filters/FEComponentTransfer.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52054 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 6eb45c4..af00c0e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,13 @@
 2009-12-12  Christian Dywan  <christian at twotoasts.de>
 
+        Reviewed by Dirk Schulze.
+
+        Remove the include to SVGFEDisplacementMap.h, it's not needed at all.
+
+        * platform/graphics/filters/FEComponentTransfer.h:
+
+2009-12-12  Christian Dywan  <christian at twotoasts.de>
+
         Rubber-stamped by Maciej Stachowiak.
 
         Only include SVGFEDisplacementMap.h if SVG is enabled.
diff --git a/WebCore/platform/graphics/filters/FEComponentTransfer.h b/WebCore/platform/graphics/filters/FEComponentTransfer.h
index e4ebf98..ab84cf0 100644
--- a/WebCore/platform/graphics/filters/FEComponentTransfer.h
+++ b/WebCore/platform/graphics/filters/FEComponentTransfer.h
@@ -25,9 +25,6 @@
 #if ENABLE(FILTERS)
 #include "FilterEffect.h"
 
-#if ENABLE(SVG)
-#include "SVGFEDisplacementMap.h"
-#endif
 #include "Filter.h"
 #include <wtf/Vector.h>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list