| Index: Source/core/svg/SVGFEComponentTransferElement.cpp
|
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.cpp b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| index 23bb0531f2f51b504ee4dd2629b55a5a0f4525a5..d731c473b9960f5a16a5ed81aa9b04412a08b98b 100644
|
| --- a/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| +++ b/Source/core/svg/SVGFEComponentTransferElement.cpp
|
| @@ -24,13 +24,13 @@
|
| #include "SVGFEComponentTransferElement.h"
|
|
|
| #include "Attr.h"
|
| -#include "FilterEffect.h"
|
| #include "SVGFEFuncAElement.h"
|
| #include "SVGFEFuncBElement.h"
|
| #include "SVGFEFuncGElement.h"
|
| #include "SVGFEFuncRElement.h"
|
| #include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| +#include "core/platform/graphics/filters/FilterEffect.h"
|
|
|
| namespace WebCore {
|
|
|
|
|