| Index: Source/core/svg/SVGFEComponentTransferElement.cpp
|
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.cpp b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| index 7a8d745cbe9296296b5c3f20b54a2898e87b0b5e..268d546619d75f61c97b655e0bdf813cd7849023 100644
|
| --- a/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| +++ b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| @@ -27,10 +27,10 @@
|
| #include "SVGFEFuncBElement.h"
|
| #include "SVGFEFuncGElement.h"
|
| #include "SVGFEFuncRElement.h"
|
| -#include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| #include "core/dom/Attr.h"
|
| #include "core/platform/graphics/filters/FilterEffect.h"
|
| +#include "core/svg/graphics/filters/SVGFilterBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|