| Index: Source/core/platform/graphics/filters/FEConvolveMatrix.h
|
| diff --git a/Source/core/platform/graphics/filters/FEConvolveMatrix.h b/Source/core/platform/graphics/filters/FEConvolveMatrix.h
|
| index d9f0ca6e318a36a0510be459ce03e04ef034f16b..1e6f4d525c78317b3510e452b1cdb9f55264423a 100644
|
| --- a/Source/core/platform/graphics/filters/FEConvolveMatrix.h
|
| +++ b/Source/core/platform/graphics/filters/FEConvolveMatrix.h
|
| @@ -24,10 +24,10 @@
|
| #ifndef FEConvolveMatrix_h
|
| #define FEConvolveMatrix_h
|
|
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| -#include "core/platform/graphics/FloatSize.h"
|
| #include "core/platform/graphics/filters/Filter.h"
|
| #include "core/platform/graphics/filters/FilterEffect.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| +#include "platform/geometry/FloatSize.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|