| Index: third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| index e83d6514924d606c024d16f7f4a2a3c311fb3027..314bab39b37cd582101b28ad7d84b56a3b269d7a 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp
|
| @@ -21,10 +21,9 @@
|
|
|
| #include "core/layout/LayoutObject.h"
|
| #include "core/style/ComputedStyle.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"
|
| +#include "platform/graphics/filters/Filter.h"
|
|
|
| namespace blink {
|
|
|
|
|