| Index: src/core/SkPictureRecord.cpp
|
| diff --git a/src/core/SkPictureRecord.cpp b/src/core/SkPictureRecord.cpp
|
| index 4ae1c6b7dffa923a415f4d5fab7cbf6e1c9082b2..0851e3ffe5e6270f49182c4dd817ace9e3e9cb60 100644
|
| --- a/src/core/SkPictureRecord.cpp
|
| +++ b/src/core/SkPictureRecord.cpp
|
| @@ -41,8 +41,6 @@ SkPictureRecord::SkPictureRecord(uint32_t flags, SkBaseDevice* device) :
|
| fPointWrites = fRectWrites = fTextWrites = 0;
|
| #endif
|
|
|
| - fRestoreOffsetStack.setReserve(32);
|
| -
|
| fBitmapHeap = SkNEW(SkBitmapHeap);
|
| fFlattenableHeap.setBitmapStorage(fBitmapHeap);
|
| fPathHeap = NULL; // lazy allocate
|
|
|