| Index: Source/core/svg/SVGFEDisplacementMapElement.h
|
| diff --git a/Source/core/svg/SVGFEDisplacementMapElement.h b/Source/core/svg/SVGFEDisplacementMapElement.h
|
| index 334df6038d290514da8130b10fb853a5e086de94..cb0c70733ce47cdd29dee33b88adcbcd55afcb7f 100644
|
| --- a/Source/core/svg/SVGFEDisplacementMapElement.h
|
| +++ b/Source/core/svg/SVGFEDisplacementMapElement.h
|
| @@ -20,10 +20,10 @@
|
| #ifndef SVGFEDisplacementMapElement_h
|
| #define SVGFEDisplacementMapElement_h
|
|
|
| -#include "core/platform/graphics/filters/FEDisplacementMap.h"
|
| #include "core/svg/SVGAnimatedEnumeration.h"
|
| #include "core/svg/SVGAnimatedNumber.h"
|
| #include "core/svg/SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "platform/graphics/filters/FEDisplacementMap.h"
|
|
|
| namespace WebCore {
|
|
|
|
|