aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPictureRecord.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkPictureRecord.h')
-rw-r--r--src/core/SkPictureRecord.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
index 032c5f6033..bac5586eca 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;