| 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;
|
|
|
|
|