Index: third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
index 0b168f1730ebfe10ded0e2d65b88a6b75eb67da1..c9414c9136bbe23917066484ca569dce528dfe74 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFEConvolveMatrixElement.cpp |
@@ -22,10 +22,8 @@ |
#include "core/SVGNames.h" |
#include "core/dom/Document.h" |
#include "core/svg/graphics/filters/SVGFilterBuilder.h" |
-#include "platform/geometry/FloatPoint.h" |
#include "platform/geometry/IntPoint.h" |
#include "platform/geometry/IntSize.h" |
-#include "platform/graphics/filters/FilterEffect.h" |
namespace blink { |