| Index: Source/core/svg/SVGFEDistantLightElement.cpp
|
| diff --git a/Source/core/svg/SVGFEDistantLightElement.cpp b/Source/core/svg/SVGFEDistantLightElement.cpp
|
| index 01e6e277d275132f050ec8374153f6bb39e005cf..723839326a41a6a46ad080a8ad39c3afb202e515 100644
|
| --- a/Source/core/svg/SVGFEDistantLightElement.cpp
|
| +++ b/Source/core/svg/SVGFEDistantLightElement.cpp
|
| @@ -23,7 +23,7 @@
|
| #include "SVGFEDistantLightElement.h"
|
| #include "SVGNames.h"
|
|
|
| -#include "DistantLightSource.h"
|
| +#include "core/platform/graphics/filters/DistantLightSource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|