| Index: include/core/SkCanvas.h
|
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
|
| index 0c70f008f953b68ac6cd4ad538adc5e10ac6e5a9..d250fc04c9ccef0e6764b800811d8bfe06ce530b 100644
|
| --- a/include/core/SkCanvas.h
|
| +++ b/include/core/SkCanvas.h
|
| @@ -1425,6 +1425,8 @@ protected:
|
| virtual void onDrawPaint(const SkPaint&);
|
| virtual void onDrawRect(const SkRect&, const SkPaint&);
|
| virtual void onDrawOval(const SkRect&, const SkPaint&);
|
| + virtual void onDrawArc(const SkRect&, SkScalar startAngle, SkScalar sweepAngle, bool useCenter,
|
| + const SkPaint&);
|
| virtual void onDrawRRect(const SkRRect&, const SkPaint&);
|
| virtual void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&);
|
| virtual void onDrawVertices(VertexMode, int vertexCount, const SkPoint vertices[],
|
|
|