| Index: Source/core/svg/SVGFEBlendElement.h
|
| diff --git a/Source/core/svg/SVGFEBlendElement.h b/Source/core/svg/SVGFEBlendElement.h
|
| index ecc3e523ca57c95e9bc9ba84358453ca1fd482d2..810429a7d77ac5268e85a126b37095095fc30162 100644
|
| --- a/Source/core/svg/SVGFEBlendElement.h
|
| +++ b/Source/core/svg/SVGFEBlendElement.h
|
| @@ -22,9 +22,9 @@
|
| #define SVGFEBlendElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEBlend.h"
|
| #include "SVGAnimatedEnumeration.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEBlend.h"
|
|
|
| namespace WebCore {
|
|
|
|
|