| Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index d15b4c02c4a9b08c34b81222895518d34119f7c8..9d18e3ccc740761ab5ee783841a777816d81c61e 100644
|
| --- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -21,12 +21,12 @@
|
|
|
| #include "core/svg/SVGFEDiffuseLightingElement.h"
|
|
|
| -#include "core/platform/graphics/filters/FEDiffuseLighting.h"
|
| -#include "platform/graphics/filters/FilterEffect.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| #include "core/svg/SVGElementInstance.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| #include "core/svg/graphics/filters/SVGFilterBuilder.h"
|
| +#include "platform/graphics/filters/FEDiffuseLighting.h"
|
| +#include "platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|