| Index: third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.h b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| index d71fd140958a4e85163c7f98b2299c2d0b15e716..084fd93f4f2d344fb5475e0f5cb7ddfec540347b 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| @@ -35,7 +35,7 @@ class SVGShapePainter {
|
| void paintMarker(const PaintInfo&,
|
| const LayoutSVGResourceMarker&,
|
| const MarkerPosition&,
|
| - float);
|
| + float strokeWidth);
|
|
|
| const LayoutSVGShape& m_layoutSVGShape;
|
| };
|
|
|