aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/SkPictureRecord.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h
index c36c24ab3d..77e011416f 100644
--- a/src/core/SkPictureRecord.h
+++ b/src/core/SkPictureRecord.h
@@ -174,8 +174,10 @@ protected:
SkBBoxHierarchy* fBoundingHierarchy;
SkPictureStateTree* fStateTree;
-private:
+ // Allocated in the constructor and managed by this class.
SkBitmapHeap* fBitmapHeap;
+
+private:
SkChunkFlatController fFlattenableHeap;
SkMatrixDictionary fMatrices;