| Index: include/core/SkCanvas.h
|
| diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
|
| index b49cc27789ba576eb93a84ad39f93cfd4228139f..3e8f362e43c037ab1658c64060c0c465ab5e2e84 100644
|
| --- a/include/core/SkCanvas.h
|
| +++ b/include/core/SkCanvas.h
|
| @@ -1340,7 +1340,7 @@ private:
|
| // the first N recs that can fit here mean we won't call malloc
|
| enum {
|
| kMCRecSize = 128, // most recent measurement
|
| - kMCRecCount = 8, // common depth for save/restores
|
| + kMCRecCount = 32, // common depth for save/restores
|
| kDeviceCMSize = 136, // most recent measurement
|
| };
|
| intptr_t fMCRecStorage[kMCRecSize * kMCRecCount / sizeof(intptr_t)];
|
|
|