| Index: Source/core/svg/SVGFEDisplacementMapElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDisplacementMapElement.cpp b/Source/core/svg/SVGFEDisplacementMapElement.cpp
|
| index 554d14774b1affe2ca8ea094058dd960366ecf66..43c17aae30eb165ce131c3954d974a816e6238c6 100644
|
| --- a/Source/core/svg/SVGFEDisplacementMapElement.cpp
|
| +++ b/Source/core/svg/SVGFEDisplacementMapElement.cpp
|
| @@ -23,10 +23,10 @@
|
| #include "SVGFEDisplacementMapElement.h"
|
|
|
| #include "SVGElementInstance.h"
|
| -#include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| #include "core/dom/Attribute.h"
|
| #include "core/platform/graphics/filters/FilterEffect.h"
|
| +#include "core/svg/graphics/filters/SVGFilterBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|