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

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

Issue 2358203002: Enable compositing of scrolling content on low-DPI when LCD text will be maintained (Closed)
Patch Set: Test rebaselines Created 4 years, 3 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 66ecbba63120635235ca8b08019cd66e73d2f6b2..f7a47cc555b75690eeca8a749a75891a9fcfe41c 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -19,6 +19,11 @@ const base::Feature kBrotliEncoding{"brotli-encoding",
const base::Feature kCanvas2DImageChromium{"Canvas2DImageChromium",
base::FEATURE_ENABLED_BY_DEFAULT};
+// Enables the compositing of scrolling content that supports painting the
+// background with the foreground, such that LCD text will still be enabled.
+const base::Feature kCompositeOpaqueScrollers{"CompositeOpaqueScrollers",
+ base::FEATURE_ENABLED_BY_DEFAULT};
kinuko 2016/09/25 14:49:21 The indent looks off
Stephen Chennney 2016/09/26 16:59:38 Done.
+
// Enables the credential management API:
// https://w3c.github.io/webappsec-credential-management/
const base::Feature kCredentialManagementAPI{"CredentialManagementAPI",

Powered by Google App Engine
This is Rietveld 408576698