aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkThread_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkThread_platform.h')
-rw-r--r--include/core/SkThread_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkThread_platform.h b/include/core/SkThread_platform.h
index 825b737554..c2d0348178 100644
--- a/include/core/SkThread_platform.h
+++ b/include/core/SkThread_platform.h
@@ -61,7 +61,7 @@ public:
private:
bool fIsGlobal;
enum {
- kStorageIntCount = 12
+ kStorageIntCount = 64
};
uint32_t fStorage[kStorageIntCount];
};