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

Unified Diff: content/public/common/content_features.cc

Issue 1962263002: Introduce FontCache content scaling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win layout test fix Created 4 years, 7 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
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.
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698