| Index: Source/core/svg/SVGFEOffsetElement.h
|
| diff --git a/Source/core/svg/SVGFEOffsetElement.h b/Source/core/svg/SVGFEOffsetElement.h
|
| index 6762d28c108421b8a88e6ec109c3cb30b6dcb7e3..74278647990d3913ca9f2d1312b2de4f4319d0fd 100644
|
| --- a/Source/core/svg/SVGFEOffsetElement.h
|
| +++ b/Source/core/svg/SVGFEOffsetElement.h
|
| @@ -21,9 +21,9 @@
|
| #ifndef SVGFEOffsetElement_h
|
| #define SVGFEOffsetElement_h
|
|
|
| -#include "core/platform/graphics/filters/FEOffset.h"
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FEOffset.h"
|
|
|
| namespace WebCore {
|
|
|
|
|