| Index: Source/core/svg/SVGFESpecularLightingElement.h
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.h b/Source/core/svg/SVGFESpecularLightingElement.h
|
| index d2265b9ffa72e3f9e092507b3189f2e9936f0c37..0cb21898c401b19ff39c7efe58827143b50f1c32 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.h
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.h
|
| @@ -23,10 +23,10 @@
|
| #define SVGFESpecularLightingElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FESpecularLighting.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGFELightElement.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FESpecularLighting.h"
|
|
|
| namespace WebCore {
|
|
|
|
|