| Index: Source/core/svg/SVGFEFloodElement.cpp
|
| diff --git a/Source/core/svg/SVGFEFloodElement.cpp b/Source/core/svg/SVGFEFloodElement.cpp
|
| index 59e0511fbeee0f58816cdfb55c3f364a96ce8dd7..d3f8d26be3119246ffaeb950f45435976f4a4a04 100644
|
| --- a/Source/core/svg/SVGFEFloodElement.cpp
|
| +++ b/Source/core/svg/SVGFEFloodElement.cpp
|
| @@ -23,8 +23,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"
|
|
|
| namespace blink {
|
|
|
|
|