aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkCanvas.h')
-rw-r--r--include/core/SkCanvas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index b49cc27789..3e8f362e43 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)];