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

Unified Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5

Issue 2912403003: Add a feature for not compositing small scrollers (Closed)
Patch Set: nit Created 3 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: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
diff --git a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5 b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
index 2449ac00f49602b6de9743dd2ff7f2d6fcabb4b4..96a07827e5debdd6c35ace613a669efbb345db2a 100644
--- a/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
+++ b/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.json5
@@ -691,6 +691,10 @@
{
name: "NewRemotePlaybackPipeline",
},
+ {
+ name: "NotCompositeSmallScroller",
flackr 2017/06/05 17:50:41 Suggestion, how about SkipCompositingSmallScroller
yigu 2017/06/06 20:01:10 Done.
+ status: "experimental",
flackr 2017/06/05 17:50:41 I think status experimental means this would be en
yigu 2017/06/06 20:01:10 Have updated it to "test".
+ },
{
name: "NotificationBadge",
status: "stable",
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698