| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index 607f6f10f7a99da1615fbcf47da84d0af51f54b1..2e1e62a0212426f2b023ba6fc1fc7335a9dd0279 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -204,7 +204,6 @@
|
| void onClipRegion(const SkRegion&, SkRegion::Op) override;
|
|
|
| void onDrawPicture(const SkPicture*, const SkMatrix*, const SkPaint*) override;
|
| - void onDrawAnnotation(const SkRect&, const char[], SkData*) override;
|
|
|
| int addPathToHeap(const SkPath& path); // does not write to ops stream
|
|
|
|
|