| Index: include/core/SkPicture.h
|
| diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
|
| index fba0a3593979e20e5278c3928b8ca2c5c0933eac..6445986612b3b9b25c120d50ab46e2e2a1582730 100644
|
| --- a/include/core/SkPicture.h
|
| +++ b/include/core/SkPicture.h
|
| @@ -259,7 +259,8 @@ private:
|
| void createHeader(SkPictInfo* info) const;
|
| static bool IsValidPictInfo(const SkPictInfo& info);
|
|
|
| - // Takes ownership of the SkRecord and (optional) SnapshotArray, refs the (optional) BBH.
|
| + // Takes ownership of the (optional) SnapshotArray.
|
| + // For performance, we take ownership of the caller's refs on the SkRecord and BBH.
|
| SkPicture(const SkRect& cullRect,
|
| SkRecord*,
|
| SnapshotArray*,
|
|
|