| Index: src/core/SkPictureRecord.cpp
|
| diff --git a/src/core/SkPictureRecord.cpp b/src/core/SkPictureRecord.cpp
|
| index b7508b3623fa20a2b43073009b38a48a61bee6cc..4ae1c6b7dffa923a415f4d5fab7cbf6e1c9082b2 100644
|
| --- a/src/core/SkPictureRecord.cpp
|
| +++ b/src/core/SkPictureRecord.cpp
|
| @@ -13,7 +13,6 @@
|
| #include "SkDevice.h"
|
| #include "SkPictureStateTree.h"
|
|
|
| -#define MIN_WRITER_SIZE 16384
|
| #define HEAP_BLOCK_SIZE 4096
|
|
|
| enum {
|
| @@ -36,7 +35,6 @@ SkPictureRecord::SkPictureRecord(uint32_t flags, SkBaseDevice* device) :
|
| fMatrices(&fFlattenableHeap),
|
| fPaints(&fFlattenableHeap),
|
| fRegions(&fFlattenableHeap),
|
| - fWriter(MIN_WRITER_SIZE),
|
| fRecordFlags(flags) {
|
| #ifdef SK_DEBUG_SIZE
|
| fPointBytes = fRectBytes = fTextBytes = 0;
|
|
|