| Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| index 87fbf7c8f4e0c9ebc384e344f5b6f78788e0d405..ad4d99b701e5375ad9bcd920f327657a60584209 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -23,7 +23,6 @@
|
| #include "SVGFEConvolveMatrixElement.h"
|
|
|
| #include "Attr.h"
|
| -#include "FilterEffect.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| @@ -31,6 +30,7 @@
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/platform/graphics/IntPoint.h"
|
| #include "core/platform/graphics/IntSize.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|