| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index ecdb368d3b7e27a87840b1f0123628942615b3bc..610e6d1c4cb66602776e36d3d12e581fc9b2e015 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -187,6 +187,7 @@ protected:
|
| void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
|
| void onDrawRect(const SkRect&, const SkPaint&) override;
|
| void onDrawOval(const SkRect&, const SkPaint&) override;
|
| + void onDrawArc(const SkRect&, SkScalar, SkScalar, bool, const SkPaint&) override;
|
| void onDrawRRect(const SkRRect&, const SkPaint&) override;
|
| void onDrawPath(const SkPath&, const SkPaint&) override;
|
| void onDrawImage(const SkImage*, SkScalar left, SkScalar top, const SkPaint*) override;
|
|
|