| Index: Source/core/svg/SVGFEMorphologyElement.cpp
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.cpp b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| index 7dff6a0eab448ecaf8cf893ab134d4bc0af1d549..8a12f2b2a078f8665f926111cfdd7894de16ed7b 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.cpp
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.cpp
|
| @@ -23,11 +23,11 @@
|
| #include "SVGFEMorphologyElement.h"
|
|
|
| #include "SVGElementInstance.h"
|
| -#include "SVGFilterBuilder.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| #include "core/dom/Attribute.h"
|
| #include "core/platform/graphics/filters/FilterEffect.h"
|
| +#include "core/svg/graphics/filters/SVGFilterBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|