| Index: include/private/SkMiniRecorder.h
|
| diff --git a/include/private/SkMiniRecorder.h b/include/private/SkMiniRecorder.h
|
| index 6365ebc65b9f49ad9afcec9a3121ca0a99f89c5e..06b35ca71492e17e0474a988e621eac1ac140790 100644
|
| --- a/include/private/SkMiniRecorder.h
|
| +++ b/include/private/SkMiniRecorder.h
|
| @@ -29,7 +29,7 @@ public:
|
|
|
| // Flush anything we've recorded to the canvas, resetting this SkMiniRecorder.
|
| // This is logically the same as but rather more efficient than:
|
| - // SkAutoTUnref<SkPicture> pic(this->detachAsPicture(SkRect::MakeEmpty()));
|
| + // sk_sp<SkPicture> pic(this->detachAsPicture(SkRect::MakeEmpty()));
|
| // pic->playback(canvas);
|
| void flushAndReset(SkCanvas*);
|
|
|
|
|