| Index: Source/core/svg/SVGFEDisplacementMapElement.h
|
| diff --git a/Source/core/svg/SVGFEDisplacementMapElement.h b/Source/core/svg/SVGFEDisplacementMapElement.h
|
| index 1865f8f2841996ed77a749eb3962867ff4e4bb77..fa8558a2831bc4e799c09a82faf2c1e35f09a16e 100644
|
| --- a/Source/core/svg/SVGFEDisplacementMapElement.h
|
| +++ b/Source/core/svg/SVGFEDisplacementMapElement.h
|
| @@ -21,10 +21,10 @@
|
| #define SVGFEDisplacementMapElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEDisplacementMap.h"
|
| #include "SVGAnimatedEnumeration.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEDisplacementMap.h"
|
|
|
| namespace WebCore {
|
|
|
|
|