| Index: src/core/SkRecorder.h
|
| diff --git a/src/core/SkRecorder.h b/src/core/SkRecorder.h
|
| index 102aac5a1d116fa106ddcb1f68ef94c2e52fdb7e..5d80ac107d94e228e4b638e5f5bc78dc977f420e 100644
|
| --- a/src/core/SkRecorder.h
|
| +++ b/src/core/SkRecorder.h
|
| @@ -130,9 +130,6 @@ public:
|
|
|
| void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) SK_OVERRIDE;
|
|
|
| - void onPushCull(const SkRect& cullRect) SK_OVERRIDE;
|
| - void onPopCull() SK_OVERRIDE;
|
| -
|
| void beginCommentGroup(const char*) SK_OVERRIDE;
|
| void addComment(const char*, const char*) SK_OVERRIDE;
|
| void endCommentGroup() SK_OVERRIDE;
|
|
|