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