| Index: Source/core/svg/SVGFECompositeElement.h
|
| diff --git a/Source/core/svg/SVGFECompositeElement.h b/Source/core/svg/SVGFECompositeElement.h
|
| index 15f1e2cbd8f663d3b24fa94893f570a8ed05acfd..dad0fb2e1a9402e6b8215bbfd3489ff19af14973 100644
|
| --- a/Source/core/svg/SVGFECompositeElement.h
|
| +++ b/Source/core/svg/SVGFECompositeElement.h
|
| @@ -21,10 +21,10 @@
|
| #ifndef SVGFECompositeElement_h
|
| #define SVGFECompositeElement_h
|
|
|
| -#include "core/platform/graphics/filters/FEComposite.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FEComposite.h"
|
|
|
| namespace WebCore {
|
|
|
|
|