| Index: Source/core/svg/SVGFEDropShadowElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDropShadowElement.cpp b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| index ff6b6bc20d8d2c1a3341cd37f0e231c4b57e5a10..161de2d7c95de9ecf850efd706e5cad2030b887a 100644
|
| --- a/Source/core/svg/SVGFEDropShadowElement.cpp
|
| +++ b/Source/core/svg/SVGFEDropShadowElement.cpp
|
| @@ -22,8 +22,8 @@
|
|
|
| #include "core/SVGNames.h"
|
| #include "core/layout/LayoutObject.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| -#include "core/layout/style/SVGComputedStyle.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "core/style/SVGComputedStyle.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| #include "core/svg/graphics/filters/SVGFilterBuilder.h"
|
|
|
|
|