| Index: Source/core/svg/SVGComponentTransferFunctionElement.h
|
| diff --git a/Source/core/svg/SVGComponentTransferFunctionElement.h b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| index d40ff2f35aeb539c9b78eca632919a72e2fb65cb..e7cdcf87ab09b264d0a77f20192f9175a5c1848b 100644
|
| --- a/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| +++ b/Source/core/svg/SVGComponentTransferFunctionElement.h
|
| @@ -22,10 +22,10 @@
|
| #define SVGComponentTransferFunctionElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEComponentTransfer.h"
|
| #include "SVGAnimatedEnumeration.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGAnimatedNumberList.h"
|
| +#include "core/platform/graphics/filters/FEComponentTransfer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|