| Index: Source/core/svg/SVGFEDropShadowElement.h
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.h b/Source/core/svg/SVGFEDropShadowElement.h
|
| index 3a252eb251cc2266e7ac425f3dc9f2a04534153d..5e94be604d91359ae64f68399cd7587de359224b 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.h
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGFEDropShadowElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEDropShadow.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEDropShadow.h"
|
|
|
| namespace WebCore {
|
|
|
|
|