| Index: Source/core/svg/SVGFETurbulenceElement.h
|
| diff --git a/Source/core/svg/SVGFETurbulenceElement.h b/Source/core/svg/SVGFETurbulenceElement.h
|
| index e570363b3221fc4c1dc9b3e48f9060d8cad7f94a..787fcc592a46118151bc9e0290680a8570860ebd 100644
|
| --- a/Source/core/svg/SVGFETurbulenceElement.h
|
| +++ b/Source/core/svg/SVGFETurbulenceElement.h
|
| @@ -22,11 +22,11 @@
|
| #define SVGFETurbulenceElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FETurbulence.h"
|
| #include "SVGAnimatedEnumeration.h"
|
| #include "SVGAnimatedInteger.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FETurbulence.h"
|
|
|
| namespace WebCore {
|
|
|
|
|