| 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 39bc780c36ecb8b50b9a52d584253ecbf733e289..670b7ac5ca2179b8e6dda5412ebf88bf90dcb5a4 100644 | 
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.h | 
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.h | 
| @@ -13,11 +13,11 @@ class SkPaint; | 
| namespace blink { | 
|  | 
| class FloatRect; | 
| -struct MarkerPosition; | 
| -struct PaintInfo; | 
| class GraphicsContext; | 
| class LayoutSVGResourceMarker; | 
| class LayoutSVGShape; | 
| +struct MarkerPosition; | 
| +struct PaintInfo; | 
|  | 
| class SVGShapePainter { | 
| STACK_ALLOCATED(); | 
| @@ -31,7 +31,7 @@ private: | 
| void strokeShape(GraphicsContext&, const SkPaint&); | 
|  | 
| void paintMarkers(const PaintInfo&, const FloatRect& boundingBox); | 
| -    void paintMarker(const PaintInfo&, LayoutSVGResourceMarker&, const MarkerPosition&, float); | 
| +    void paintMarker(const PaintInfo&, const LayoutSVGResourceMarker&, const MarkerPosition&, float); | 
|  | 
| const LayoutSVGShape& m_layoutSVGShape; | 
| }; | 
|  |