| Index: Source/core/svg/SVGFEConvolveMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.h b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| index 3f285cc67d2e1304869d8782216be6c05fc9fcdb..4bc21ab5fc47f7cf97e3e59a2e761787028bd71f 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.h
|
| @@ -20,13 +20,13 @@
|
| #ifndef SVGFEConvolveMatrixElement_h
|
| #define SVGFEConvolveMatrixElement_h
|
|
|
| -#include "core/platform/graphics/filters/FEConvolveMatrix.h"
|
| #include "core/svg/SVGAnimatedBoolean.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedInteger.h"
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGAnimatedNumberList.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FEConvolveMatrix.h"
|
|
|
| namespace WebCore {
|
|
|
|
|