[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
christian at webkit.org
christian at webkit.org
Tue Jan 5 23:48:10 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 320ec4604deaab9310ca0b119a0ed7d032d4c70d
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