| 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 f87e1a30f6b1395972bdc38258b01d9f302f2e1d..39bc780c36ecb8b50b9a52d584253ecbf733e289 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.h
|
| @@ -27,8 +27,8 @@ public:
|
| void paint(const PaintInfo&);
|
|
|
| private:
|
| - void fillShape(GraphicsContext*, const SkPaint&, SkPath::FillType);
|
| - void strokeShape(GraphicsContext*, const SkPaint&);
|
| + void fillShape(GraphicsContext&, const SkPaint&, SkPath::FillType);
|
| + void strokeShape(GraphicsContext&, const SkPaint&);
|
|
|
| void paintMarkers(const PaintInfo&, const FloatRect& boundingBox);
|
| void paintMarker(const PaintInfo&, LayoutSVGResourceMarker&, const MarkerPosition&, float);
|
|
|