| Index: src/core/SkPictureRecord.h
|
| diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
|
| index 032c5f6033bf4861e9d3d59868c9d41904577236..bac5586eca98f6ecb8a873909e0a68fa1485f288 100644
|
| --- a/src/core/SkPictureRecord.h
|
| +++ b/src/core/SkPictureRecord.h
|
| @@ -13,7 +13,6 @@
|
| #include "SkPathHeap.h"
|
| #include "SkPicture.h"
|
| #include "SkPictureData.h"
|
| -#include "SkPictureFlat.h"
|
| #include "SkTemplates.h"
|
| #include "SkWriter32.h"
|
|
|
| @@ -244,9 +243,7 @@ private:
|
| SkPictureContentInfo fContentInfo;
|
| SkAutoTUnref<SkPathHeap> fPathHeap;
|
|
|
| - SkChunkFlatController fFlattenableHeap;
|
| -
|
| - SkPaintDictionary fPaints;
|
| + SkTArray<SkPaint> fPaints;
|
|
|
| SkWriter32 fWriter;
|
|
|
|
|