From 73ee77c9086b515397b6a5ef8386541dcacc1000 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Tue, 8 Nov 2011 18:14:08 +0000 Subject: up default limit to 2Mg git-svn-id: http://skia.googlecode.com/svn/trunk@2627 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkGraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/SkGraphics.cpp b/src/core/SkGraphics.cpp index 48692370d9..e91b647665 100644 --- a/src/core/SkGraphics.cpp +++ b/src/core/SkGraphics.cpp @@ -137,7 +137,7 @@ bool SkGraphics::SetFontCacheUsed(size_t usageInBytes) { } #ifndef SK_DEFAULT_FONT_CACHE_LIMIT - #define SK_DEFAULT_FONT_CACHE_LIMIT (1024 * 1024) + #define SK_DEFAULT_FONT_CACHE_LIMIT (2 * 1024 * 1024) #endif #define SK_MIN_FONT_CACHE_LIMIT (256 * 1024) -- cgit v1.2.3