| Index: include/core/SkDevice.h
|
| diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
|
| index 4a08b75d09118a9f5a76cdc58b09fb95fe859172..43619933a497b5d8f8ed6cb54656833baa84f11a 100644
|
| --- a/include/core/SkDevice.h
|
| +++ b/include/core/SkDevice.h
|
| @@ -161,6 +161,8 @@ protected:
|
| const SkPaint& paint) = 0;
|
| virtual void drawOval(const SkDraw&, const SkRect& oval,
|
| const SkPaint& paint) = 0;
|
| + virtual void drawArc(const SkDraw&, const SkRect& oval, SkScalar startAngle,
|
| + SkScalar sweepAngle, bool useCenter, const SkPaint& paint);
|
| virtual void drawRRect(const SkDraw&, const SkRRect& rr,
|
| const SkPaint& paint) = 0;
|
|
|
|
|