| Index: Source/core/svg/SVGFECompositeElement.h
|
| diff --git a/Source/core/svg/SVGFECompositeElement.h b/Source/core/svg/SVGFECompositeElement.h
|
| index fa2fde4cfeeeb136a6331587d8d103cba2088d7c..6a8aa63badf36536bf12609fa942954b4ea1d285 100644
|
| --- a/Source/core/svg/SVGFECompositeElement.h
|
| +++ b/Source/core/svg/SVGFECompositeElement.h
|
| @@ -22,10 +22,10 @@
|
| #define SVGFECompositeElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEComposite.h"
|
| #include "SVGAnimatedEnumeration.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEComposite.h"
|
|
|
| namespace WebCore {
|
|
|
|
|