Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Unified Diff: skia/skia_library.gypi

Issue 71043002: Try a different arbitrary SkGlyphCache cap (64 -> 256) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_library.gypi
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi
index 6a741fecd32107fb28a83030ca920aa01d937f37..9a585a9d53416e45af4dfbcbe00d87f254a35764 100644
--- a/skia/skia_library.gypi
+++ b/skia/skia_library.gypi
@@ -442,7 +442,7 @@
'SK_DEFAULT_FONT_CACHE_LIMIT=<(default_font_cache_limit)',
# http://crbug.com/314387
- 'SK_DEFAULT_FONT_CACHE_COUNT_LIMIT=64',
+ 'SK_DEFAULT_FONT_CACHE_COUNT_LIMIT=256',
],
'direct_dependent_settings': {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698