| Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index 16118553538bdb520c48909b6506300e0e9e96dd..2960ec63b2ae68bbf43bd5b6bf75cf979272ac20 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -25,13 +25,13 @@
|
| #include "SVGColor.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGFELightElement.h"
|
| -#include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| #include "core/dom/Attr.h"
|
| #include "core/platform/graphics/filters/FEDiffuseLighting.h"
|
| #include "core/platform/graphics/filters/FilterEffect.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| +#include "core/svg/graphics/filters/SVGFilterBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|