| Index: Source/core/svg/SVGFEOffsetElement.cpp
|
| diff --git a/Source/core/svg/SVGFEOffsetElement.cpp b/Source/core/svg/SVGFEOffsetElement.cpp
|
| index 532abdb6fd5d46722f5eb38ed1fa73e3a55d4989..b12f1b40217a6d1938d6bbbfb37682176813689d 100644
|
| --- a/Source/core/svg/SVGFEOffsetElement.cpp
|
| +++ b/Source/core/svg/SVGFEOffsetElement.cpp
|
| @@ -24,10 +24,10 @@
|
| #include "SVGFEOffsetElement.h"
|
|
|
| #include "Attribute.h"
|
| -#include "FilterEffect.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|