| Index: Source/core/svg/SVGFETileElement.cpp
|
| diff --git a/Source/core/svg/SVGFETileElement.cpp b/Source/core/svg/SVGFETileElement.cpp
|
| index 5ba7f3872f7cf6a701b14e0f3abb83e4d6092cb4..89ff1fa3b0a03f2f73f3cd9edd3f2db350571a8c 100644
|
| --- a/Source/core/svg/SVGFETileElement.cpp
|
| +++ b/Source/core/svg/SVGFETileElement.cpp
|
| @@ -24,11 +24,11 @@
|
| #include "SVGFETileElement.h"
|
|
|
| #include "SVGElementInstance.h"
|
| -#include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| #include "core/dom/Attribute.h"
|
| #include "core/platform/graphics/filters/FilterEffect.h"
|
| #include "core/rendering/style/SVGRenderStyle.h"
|
| +#include "core/svg/graphics/filters/SVGFilterBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|