| Index: Source/core/svg/SVGFETileElement.h
|
| diff --git a/Source/core/svg/SVGFETileElement.h b/Source/core/svg/SVGFETileElement.h
|
| index 07e0b124c53a24587eca2d64b6754594d4e8c6bc..649ac0db37537eea836a3754482fe3176b955da3 100644
|
| --- a/Source/core/svg/SVGFETileElement.h
|
| +++ b/Source/core/svg/SVGFETileElement.h
|
| @@ -22,8 +22,8 @@
|
| #define SVGFETileElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FETile.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FETile.h"
|
|
|
| namespace WebCore {
|
|
|
|
|