| Index: Source/core/svg/graphics/filters/SVGFEImage.h
|
| diff --git a/Source/core/svg/graphics/filters/SVGFEImage.h b/Source/core/svg/graphics/filters/SVGFEImage.h
|
| index 7ef1b837b232f2a180f826fd9247227dc5f22627..43e89aafb216f9d540741f3b25638bcb6c1b820b 100644
|
| --- a/Source/core/svg/graphics/filters/SVGFEImage.h
|
| +++ b/Source/core/svg/graphics/filters/SVGFEImage.h
|
| @@ -25,8 +25,8 @@
|
| #define SVGFEImage_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FilterEffect.h"
|
| #include "SVGPreserveAspectRatio.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|