Index: third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp b/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp |
index 838b9c13184e1072e62bc7362ea755f24295a56f..980d461e09f7dfa1caa70fed393a88ba3f2ae73b 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp |
@@ -23,9 +23,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/FilterEffect.h" |
+#include "platform/graphics/filters/FESpecularLighting.h" |
+#include "platform/graphics/filters/Filter.h" |
namespace blink { |