| Index: Source/core/svg/SVGFEConvolveMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.h b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| index 6824a5cae12764de33d4fbedc8d6f94643d2d930..61c4b496f813395972a0fe9a94a823da68867956 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| @@ -21,13 +21,13 @@
|
| #define SVGFEConvolveMatrixElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEConvolveMatrix.h"
|
| #include "SVGAnimatedBoolean.h"
|
| #include "SVGAnimatedEnumeration.h"
|
| #include "SVGAnimatedInteger.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGAnimatedNumberList.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEConvolveMatrix.h"
|
|
|
| namespace WebCore {
|
|
|
|
|