| Index: include/pdf/SkPDFDevice.h
|
| diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h
|
| index e68623e22f0957ac8323ea3a6a07ed21964b9d48..5eb9b90bc64fbca45a66173523330cb88ad28da1 100644
|
| --- a/include/pdf/SkPDFDevice.h
|
| +++ b/include/pdf/SkPDFDevice.h
|
| @@ -33,6 +33,7 @@ class SkPDFObject;
|
| class SkPDFResourceDict;
|
| class SkPDFShader;
|
| class SkPDFStream;
|
| +class SkRRect;
|
| template <typename T> class SkTSet;
|
|
|
| // Private classes.
|
| @@ -83,6 +84,8 @@ public:
|
| size_t count, const SkPoint[],
|
| const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawRect(const SkDraw&, const SkRect& r, const SkPaint& paint);
|
| + virtual void drawRRect(const SkDraw&, const SkRRect& rr,
|
| + const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawPath(const SkDraw&, const SkPath& origpath,
|
| const SkPaint& paint, const SkMatrix* prePathMatrix,
|
| bool pathIsMutable) SK_OVERRIDE;
|
|
|