From 488379e5ac780e8f0a3724b5fcb6e636eefc0303 Mon Sep 17 00:00:00 2001 From: "bungeman@google.com" Date: Wed, 27 Jun 2012 15:57:34 +0000 Subject: [PATCH] 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 --- src/core/SkFlattenable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/SkFlattenable.cpp b/src/core/SkFlattenable.cpp index 920c4fd..edfc5ae 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; -- 2.7.4