| Index: Source/core/svg/SVGFEColorMatrixElement.h
|
| diff --git a/Source/core/svg/SVGFEColorMatrixElement.h b/Source/core/svg/SVGFEColorMatrixElement.h
|
| index 584eb48d6d9fac27bf483ec8bc50cd0e434273cb..aec3028088dcae3bca125b69ea826fd878868861 100644
|
| --- a/Source/core/svg/SVGFEColorMatrixElement.h
|
| +++ b/Source/core/svg/SVGFEColorMatrixElement.h
|
| @@ -22,10 +22,10 @@
|
| #define SVGFEColorMatrixElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEColorMatrix.h"
|
| #include "SVGAnimatedEnumeration.h"
|
| #include "SVGAnimatedNumberList.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEColorMatrix.h"
|
|
|
| namespace WebCore {
|
|
|
|
|