| Index: Source/core/svg/SVGFEComponentTransferElement.h
|
| diff --git a/Source/core/svg/SVGFEComponentTransferElement.h b/Source/core/svg/SVGFEComponentTransferElement.h
|
| index 8412f13aa3b4c3ff68eceecf76c73363bc730241..c83f1fedbdba8ba1450d518507a327661bfb17c4 100644
|
| --- a/Source/core/svg/SVGFEComponentTransferElement.h
|
| +++ b/Source/core/svg/SVGFEComponentTransferElement.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef SVGFEComponentTransferElement_h
|
| #define SVGFEComponentTransferElement_h
|
|
|
| -#include "core/platform/graphics/filters/FEComponentTransfer.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FEComponentTransfer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|