summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorcaryclark@google.com <caryclark@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-21 14:50:13 +0000
committercaryclark@google.com <caryclark@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-21 14:50:13 +0000
commit96fa62bf80bd1cbe7988ce7078f7df08742b6b67 (patch)
tree123eaa6f66ffc9f0f5713b58d4968bd7d059c221 /skia
parentb3257834fc3e31542c8bf621597e33c28a10280d (diff)
downloadchromium_src-96fa62bf80bd1cbe7988ce7078f7df08742b6b67.zip
chromium_src-96fa62bf80bd1cbe7988ce7078f7df08742b6b67.tar.gz
chromium_src-96fa62bf80bd1cbe7988ce7078f7df08742b6b67.tar.bz2
Increase the Skia default font cache from 16M to 20M
To run the page cycler Intl1 est without regression on Leopard, 20M is needed. The current 16M, or an increase to 18M, runs the test about 7% slower. BUG: 97943 Review URL: http://codereview.chromium.org/8551007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index 9904c03..653d2b1 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -727,7 +727,7 @@
'GR_AGGRESSIVE_SHADER_OPTS=1',
'SK_DISABLE_FAST_AA_STROKE_RECT',
# 'SK_ENABLE_FAST_SHADERMASK',
- 'SK_DEFAULT_FONT_CACHE_LIMIT=(16*1024*1024)',
+ 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)',
],
'sources!': [
'../third_party/skia/include/core/SkTypes.h',