Chromium Code Reviews| Index: content/public/common/content_features.cc |
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
| index 2cc763cd1f66aba9a71e30f560e6f5a58bb81a3b..b257fc39ec1528db416706ae5fe310bbef31b389 100644 |
| --- a/content/public/common/content_features.cc |
| +++ b/content/public/common/content_features.cc |
| @@ -35,6 +35,11 @@ const base::Feature kDownloadResumption{"DownloadResumption", |
| const base::Feature kDocumentWriteEvaluator{"DocumentWriteEvaluator", |
| base::FEATURE_DISABLED_BY_DEFAULT}; |
| +// Enables a blink::FontCache optimization that reuses a font to serve different |
| +// size of font. |
|
kinuko
2016/05/19 14:36:02
nit: a font -> a cached font ?
nit: different size
|
| +const base::Feature kFontCacheScaling{"FontCacheScaling", |
| + base::FEATURE_DISABLED_BY_DEFAULT}; |
| + |
| // Can main thread be pipelined with activation. Always disabled for devices |
| // with fewer than 4 cores irrespective of this flag. Can also be overridden by |
| // --enable(disable)-main-frame-before-activation command line flag. |