Index: Source/core/svg/SVGFEDiffuseLightingElement.cpp |
diff --git a/Source/core/svg/SVGFEDiffuseLightingElement.cpp b/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
index 4c55603ba429b5ebd0660f885c68cf81a3f6f5a8..939cf0372a6edbe8c91dcd46a63ae6fc24622be8 100644 |
--- a/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
+++ b/Source/core/svg/SVGFEDiffuseLightingElement.cpp |
@@ -21,7 +21,7 @@ |
#include "core/svg/SVGFEDiffuseLightingElement.h" |
#include "core/layout/LayoutObject.h" |
-#include "core/layout/style/LayoutStyle.h" |
+#include "core/layout/style/ComputedStyle.h" |
#include "core/svg/SVGParserUtilities.h" |
#include "core/svg/graphics/filters/SVGFilterBuilder.h" |
#include "platform/graphics/filters/FEDiffuseLighting.h" |