| Index: Source/core/svg/SVGFEGaussianBlurElement.h
|
| diff --git a/Source/core/svg/SVGFEGaussianBlurElement.h b/Source/core/svg/SVGFEGaussianBlurElement.h
|
| index 025040f7737308a575be3e59d9aa8052bc95ac5a..f8988ed0e056527dee7be86612f920ec460aebfd 100644
|
| --- a/Source/core/svg/SVGFEGaussianBlurElement.h
|
| +++ b/Source/core/svg/SVGFEGaussianBlurElement.h
|
| @@ -22,9 +22,9 @@
|
| #define SVGFEGaussianBlurElement_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "FEGaussianBlur.h"
|
| #include "SVGAnimatedNumber.h"
|
| #include "SVGFilterPrimitiveStandardAttributes.h"
|
| +#include "core/platform/graphics/filters/FEGaussianBlur.h"
|
|
|
| namespace WebCore {
|
|
|
|
|