Chromium Code Reviews| Index: include/core/SkDevice.h |
| =================================================================== |
| --- include/core/SkDevice.h (revision 8845) |
| +++ include/core/SkDevice.h (working copy) |
| @@ -259,6 +259,9 @@ |
| const SkPaint& paint); |
| virtual void drawOval(const SkDraw&, const SkRect& oval, |
| const SkPaint& paint); |
| + virtual void drawRRect(const SkDraw&, const SkRRect& rr, |
|
reed1
2013/04/25 13:33:55
Woot!
|
| + const SkPaint& paint); |
| + |
| /** |
| * If pathIsMutable, then the implementation is allowed to cast path to a |
| * non-const pointer and modify it in place (as an optimization). Canvas |