| Index: Source/core/svg/SVGFEOffsetElement.h
|
| diff --git a/Source/core/svg/SVGFEOffsetElement.h b/Source/core/svg/SVGFEOffsetElement.h
|
| index 5015d6e5db8774ed3f76b87651bb7653a1e71b0d..2509b548460fa32109ce47afb99aec8e878d1ce8 100644
|
| --- a/Source/core/svg/SVGFEOffsetElement.h
|
| +++ b/Source/core/svg/SVGFEOffsetElement.h
|
| @@ -22,9 +22,9 @@
|
| #define SVGFEOffsetElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEOffset.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEOffset.h"
|
|
|
| namespace WebCore {
|
|
|
|
|