| Index: Source/core/svg/SVGFESpecularLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFESpecularLightingElement.cpp b/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| index 525bc08afeafb4951eb1d6104bcd02d42a6fb70a..9ffc62b44139f9665ff115ed22a04c0f43ceef09 100644
|
| --- a/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFESpecularLightingElement.cpp
|
| @@ -25,7 +25,6 @@
|
| #include "SVGFESpecularLightingElement.h"
|
|
|
| #include "Attribute.h"
|
| -#include "FilterEffect.h"
|
| #include "RenderStyle.h"
|
| #include "SVGColor.h"
|
| #include "SVGElementInstance.h"
|
| @@ -33,6 +32,7 @@
|
| #include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|