| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index 2a3e4e1070a384a0cc075da22ab3fede3878936f..8aee0a817a0a45f66163cab7f9a649ed5f22e48f 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -29,6 +29,7 @@ public:
|
| SkPictureRecord(const SkISize& dimensions, uint32_t recordFlags);
|
| virtual ~SkPictureRecord();
|
|
|
| + virtual void clear(SkColor) SK_OVERRIDE;
|
| virtual void drawPaint(const SkPaint& paint) SK_OVERRIDE;
|
| virtual void drawPoints(PointMode, size_t count, const SkPoint pts[],
|
| const SkPaint&) SK_OVERRIDE;
|
|
|