| Index: Source/core/rendering/svg/RenderSVGShape.cpp
|
| diff --git a/Source/core/rendering/svg/RenderSVGShape.cpp b/Source/core/rendering/svg/RenderSVGShape.cpp
|
| index 12ff7ccb1179e6f6e3f856530bb6d6da247b114c..3a379bf4915c9f47fa1ff8003b17d004969660f3 100644
|
| --- a/Source/core/rendering/svg/RenderSVGShape.cpp
|
| +++ b/Source/core/rendering/svg/RenderSVGShape.cpp
|
| @@ -33,11 +33,11 @@
|
| #include "core/rendering/PointerEventsHitRules.h"
|
| #include "core/rendering/svg/SVGPathData.h"
|
| #include "core/rendering/svg/SVGRenderSupport.h"
|
| -#include "core/rendering/svg/SVGRenderingContext.h"
|
| #include "core/rendering/svg/SVGResources.h"
|
| #include "core/rendering/svg/SVGResourcesCache.h"
|
| #include "core/svg/SVGGraphicsElement.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| +#include "platform/graphics/StrokeData.h"
|
| #include "wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|