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