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

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

Issue 2912403003: Add a feature for not compositing small scrollers (Closed)
Patch Set: Use uppercase-initial format for RuntimeEnabledFeature due to another patch that was landed earlier… Created 3 years, 6 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 8f8da66f206ed17578b12cdd5ab93f43e3b7b283..10c71d7f42134dd5c7a6779902b5c812feefd4a2 100644
--- a/content/public/common/content_features.cc
+++ b/content/public/common/content_features.cc
@@ -234,6 +234,10 @@ const base::Feature kServiceWorkerNavigationPreload{
const base::Feature kSharedArrayBuffer{"SharedArrayBuffer",
base::FEATURE_ENABLED_BY_DEFAULT};
+// An experiment for skipping compositing small scrollers.
+const base::Feature kSkipCompositingSmallScrollers{
+ "SkipCompositingSmallScrollers", base::FEATURE_DISABLED_BY_DEFAULT};
+
// Paint invalidation based on slimming paint. See https://goo.gl/eQczQW
const base::Feature kSlimmingPaintInvalidation{
"SlimmingPaintInvalidation", base::FEATURE_ENABLED_BY_DEFAULT};
« no previous file with comments | « content/public/common/content_features.h ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698