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

Unified Diff: third_party/WebKit/WebCore/platform/graphics/FontCache.cpp

Issue 100276: Remove forkage of FontCache.cpp... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 months 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: third_party/WebKit/WebCore/platform/graphics/FontCache.cpp
===================================================================
--- third_party/WebKit/WebCore/platform/graphics/FontCache.cpp (revision 15096)
+++ third_party/WebKit/WebCore/platform/graphics/FontCache.cpp (working copy)
@@ -253,8 +253,7 @@
static FontDataCache* gFontDataCache = 0;
-// TODO(mbelshe): Webkit bug https://bugs.webkit.org/show_bug.cgi?id=21451
-const int cMaxInactiveFontData = 256;
+const int cMaxInactiveFontData = 120; // Pretty Low Threshold
const float cTargetInactiveFontData = 100;
static ListHashSet<const SimpleFontData*>* gInactiveFontData = 0;
« 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