Commit 96fa62bf authored by caryclark@google.com's avatar caryclark@google.com

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
parent b3257834
...@@ -727,7 +727,7 @@ ...@@ -727,7 +727,7 @@
'GR_AGGRESSIVE_SHADER_OPTS=1', 'GR_AGGRESSIVE_SHADER_OPTS=1',
'SK_DISABLE_FAST_AA_STROKE_RECT', 'SK_DISABLE_FAST_AA_STROKE_RECT',
# 'SK_ENABLE_FAST_SHADERMASK', # 'SK_ENABLE_FAST_SHADERMASK',
'SK_DEFAULT_FONT_CACHE_LIMIT=(16*1024*1024)', 'SK_DEFAULT_FONT_CACHE_LIMIT=(20*1024*1024)',
], ],
'sources!': [ 'sources!': [
'../third_party/skia/include/core/SkTypes.h', '../third_party/skia/include/core/SkTypes.h',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment