Chromium Code Reviews| Index: include/gpu/SkGpuDevice.h |
| =================================================================== |
| --- include/gpu/SkGpuDevice.h (revision 8834) |
| +++ include/gpu/SkGpuDevice.h (working copy) |
| @@ -73,6 +73,8 @@ |
| const SkPoint[], const SkPaint& paint) SK_OVERRIDE; |
| virtual void drawRect(const SkDraw&, const SkRect& r, |
| const SkPaint& paint) SK_OVERRIDE; |
| + virtual void drawRRect(const SkDraw&, const SkRRect& r, |
|
robertphillips
2013/04/24 15:13:30
indent
jvanverth1
2013/04/24 19:02:27
Done.
|
| + const SkPaint& paint) SK_OVERRIDE; |
| virtual void drawOval(const SkDraw&, const SkRect& oval, |
| const SkPaint& paint) SK_OVERRIDE; |
| virtual void drawPath(const SkDraw&, const SkPath& path, |