aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-19 19:06:11 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-19 19:06:11 +0000
commit801cee1d4cad2c382059c0f367edd77298b05caa (patch)
tree07342fb2e3300c3a97c82b02f21699c83916a12e /src
parent185c7c47983dde02b5542cf45fe3fc58a3ecb055 (diff)
Added ability to extract SkBitmaps to filter tool
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;