| Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| index 3429b9303dc1bda8ab979e6ac7e1859b9c744603..1e0be540999ceeae6dbba87951aa1df9fc44bd75 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -18,16 +18,17 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/svg/SVGFEConvolveMatrixElement.h"
|
|
|
| #include "core/SVGNames.h"
|
| -#include "platform/graphics/filters/FilterEffect.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/svg/SVGDocumentExtensions.h"
|
| #include "core/svg/SVGParserUtilities.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 {
|
|
|
|
|