| Index: src/core/SkLiteDL.h
|
| diff --git a/src/core/SkLiteDL.h b/src/core/SkLiteDL.h
|
| index 38a08129ac6a70791fb1b3899b439e94438710ff..c7d5d4c00beb270fd0289b368a7485fbba3ef9b9 100644
|
| --- a/src/core/SkLiteDL.h
|
| +++ b/src/core/SkLiteDL.h
|
| @@ -40,6 +40,7 @@ public:
|
| void drawPath (const SkPath&, const SkPaint&);
|
| void drawRect (const SkRect&, const SkPaint&);
|
| void drawOval (const SkRect&, const SkPaint&);
|
| + void drawArc (const SkRect&, SkScalar, SkScalar, bool, const SkPaint&);
|
| void drawRRect (const SkRRect&, const SkPaint&);
|
| void drawDRRect(const SkRRect&, const SkRRect&, const SkPaint&);
|
|
|
|
|