| Index: Source/core/svg/SVGFETileElement.h
|
| diff --git a/Source/core/svg/SVGFETileElement.h b/Source/core/svg/SVGFETileElement.h
|
| index 8f077a51b84db2c1636d98219e8caa92f589cda0..0e605cd726cbe80580ebf01f55be64ece56cca9d 100644
|
| --- a/Source/core/svg/SVGFETileElement.h
|
| +++ b/Source/core/svg/SVGFETileElement.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef SVGFETileElement_h
|
| #define SVGFETileElement_h
|
|
|
| -#include "core/platform/graphics/filters/FETile.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FETile.h"
|
|
|
| namespace WebCore {
|
|
|
|
|