| Index: src/core/SkBigPicture.h
|
| diff --git a/src/core/SkBigPicture.h b/src/core/SkBigPicture.h
|
| index dfd6b800acb09dc38c2517d304abd5159fde410a..2e42213539f2ee92b359a1b607b19d10081cf731 100644
|
| --- a/src/core/SkBigPicture.h
|
| +++ b/src/core/SkBigPicture.h
|
| @@ -8,7 +8,7 @@
|
| #ifndef SkBigPicture_DEFINED
|
| #define SkBigPicture_DEFINED
|
|
|
| -#include "SkLazyPtr.h"
|
| +#include "SkOncePtr.h"
|
| #include "SkPicture.h"
|
| #include "SkTemplates.h"
|
|
|
| @@ -79,7 +79,7 @@ private:
|
|
|
| const SkRect fCullRect;
|
| const size_t fApproxBytesUsedBySubPictures;
|
| - SkLazyPtr<const Analysis> fAnalysis;
|
| + SkOncePtr<const Analysis> fAnalysis;
|
| SkAutoTUnref<const SkRecord> fRecord;
|
| SkAutoTDelete<const SnapshotArray> fDrawablePicts;
|
| SkAutoTUnref<const SkBBoxHierarchy> fBBH;
|
|
|