| Index: src/core/SkLiteRecorder.h
|
| diff --git a/src/core/SkLiteRecorder.h b/src/core/SkLiteRecorder.h
|
| index a9243788460a7fb5b801d164e8c4d20346c56be7..791cd6ef7103fbdca7717ae3d9392c76888770c6 100644
|
| --- a/src/core/SkLiteRecorder.h
|
| +++ b/src/core/SkLiteRecorder.h
|
| @@ -35,6 +35,7 @@ public:
|
| void onDrawPath (const SkPath&, 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 onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) override;
|
|
|
|
|