Chromium Code Reviews| Index: src/gpu/SkGpuDevice.h |
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
| index 4de0a50f4b198c446b5af6e7c2730ce47413dcd2..bbf15b5fbd15fc0ab8d31a41414c51c8632a4f6f 100644 |
| --- a/src/gpu/SkGpuDevice.h |
| +++ b/src/gpu/SkGpuDevice.h |
| @@ -77,6 +77,8 @@ public: |
| const SkRRect& inner, const SkPaint& paint) override; |
| virtual void drawOval(const SkDraw&, const SkRect& oval, |
| const SkPaint& paint) override; |
|
robertphillips
2016/08/22 19:43:34
rm virtual ?
bsalomon
2016/08/22 19:46:40
I'll land as is and then do a build removal.
|
| + virtual void drawArc(const SkDraw&, const SkRect& oval, SkScalar startAngle, |
| + SkScalar sweepAngle, bool useCenter, const SkPaint& paint) override; |
| virtual void drawPath(const SkDraw&, const SkPath& path, |
| const SkPaint& paint, const SkMatrix* prePathMatrix, |
| bool pathIsMutable) override; |