| Index: Source/core/svg/SVGFEBlendElement.h
|
| diff --git a/Source/core/svg/SVGFEBlendElement.h b/Source/core/svg/SVGFEBlendElement.h
|
| index b4e300d972ce3735303093b401fb070396916d8b..20e211dfd0f9928c0bc5870377d33b61f14f3780 100644
|
| --- a/Source/core/svg/SVGFEBlendElement.h
|
| +++ b/Source/core/svg/SVGFEBlendElement.h
|
| @@ -21,9 +21,9 @@
|
| #ifndef SVGFEBlendElement_h
|
| #define SVGFEBlendElement_h
|
|
|
| -#include "core/platform/graphics/filters/FEBlend.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FEBlend.h"
|
|
|
| namespace WebCore {
|
|
|
|
|