aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-27 15:57:34 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-27 15:57:34 +0000
commit488379e5ac780e8f0a3724b5fcb6e636eefc0303 (patch)
tree3f2afcb808e76c5a23687bdafe568b1643dc2737 /src/core
parente4e75dca21c559cc8889ed8d61ba028b023b064f (diff)
Bump max flattenable from 64 to 1024.
Ran into limit on Mac. git-svn-id: http://skia.googlecode.com/svn/trunk@4364 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core')
-rw-r--r--src/core/SkFlattenable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkFlattenable.cpp b/src/core/SkFlattenable.cpp
index 920c4fd101..edfc5aec02 100644
--- a/src/core/SkFlattenable.cpp
+++ b/src/core/SkFlattenable.cpp
@@ -110,7 +110,7 @@ void SkRefCntSet::decPtr(void* ptr) {
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
-#define MAX_PAIR_COUNT 64
+#define MAX_PAIR_COUNT 1024
struct Pair {
const char* fName;