Index: src/core/SkPictureRecord.h |
diff --git a/src/core/SkPictureRecord.h b/src/core/SkPictureRecord.h |
index da79fc1bbb013b3558452e60b493f165fdcf22a2..d09891601b538e7466fc050022c3d42249fe806d 100644 |
--- a/src/core/SkPictureRecord.h |
+++ b/src/core/SkPictureRecord.h |
@@ -162,7 +162,6 @@ private: |
void addBitmap(const SkBitmap& bitmap); |
void addMatrix(const SkMatrix& matrix); |
- void addMatrixPtr(const SkMatrix* matrix); |
const SkFlatData* addPaint(const SkPaint& paint) { return this->addPaintPtr(&paint); } |
const SkFlatData* addPaintPtr(const SkPaint* paint); |
void addFlatPaint(const SkFlatData* flatPaint); |
@@ -249,9 +248,7 @@ protected: |
private: |
SkChunkFlatController fFlattenableHeap; |
- SkMatrixDictionary fMatrices; |
SkPaintDictionary fPaints; |
- SkRegionDictionary fRegions; |
SkPathHeap* fPathHeap; // reference counted |
SkWriter32 fWriter; |