| Index: src/core/SkBBoxRecord.h
|
| diff --git a/src/core/SkBBoxRecord.h b/src/core/SkBBoxRecord.h
|
| index 2a34320148c0f812a139c5f94bedff65d0e9077f..862e48e5b53964751479611bca5d9797e6dad10b 100644
|
| --- a/src/core/SkBBoxRecord.h
|
| +++ b/src/core/SkBBoxRecord.h
|
| @@ -64,6 +64,9 @@ public:
|
| const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawPicture(SkPicture& picture) SK_OVERRIDE;
|
|
|
| +protected:
|
| + virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE;
|
| +
|
| private:
|
| /**
|
| * Takes a bounding box in current canvas view space, accounts for stroking and effects, and
|
|
|