| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index e8ce4bde56a86c7a80f8da492213a0aa04f4cad6..facf30d7487bcd34a1d61d314d577ab5729b638b 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -186,8 +186,6 @@ protected:
|
| virtual void didSetMatrix(const SkMatrix&) SK_OVERRIDE;
|
|
|
| virtual void onDrawDRRect(const SkRRect&, const SkRRect&, const SkPaint&) SK_OVERRIDE;
|
| - virtual void onPushCull(const SkRect&) SK_OVERRIDE;
|
| - virtual void onPopCull() SK_OVERRIDE;
|
|
|
| virtual void onDrawText(const void* text, size_t byteLength, SkScalar x, SkScalar y,
|
| const SkPaint&) SK_OVERRIDE;
|
|
|