| Index: Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| diff --git a/Source/core/svg/SVGFEConvolveMatrixElement.cpp b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| index 9453bf73c32633c057ce8e4688b948c16094da5a..dc42d93b25d4f86ef54e2121950aec0203b1968d 100644
|
| --- a/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| +++ b/Source/core/svg/SVGFEConvolveMatrixElement.cpp
|
| @@ -22,13 +22,13 @@
|
| #include "core/svg/SVGFEConvolveMatrixElement.h"
|
|
|
| #include "SVGNames.h"
|
| -#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"
|
| #include "core/svg/SVGElementInstance.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"
|
|
|
| namespace WebCore {
|
|
|
|
|