Index: content/public/common/content_features.cc |
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
index 272453f46e4b0af9ff441a5b64a8fae1438797c5..6a6189f6000138d2f0119d012bdbf76106b1ce40 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -127,6 +127,10 @@ const base::Feature kStaleWhileRevalidate{"StaleWhileRevalidate2", |
const base::Feature kTokenBinding{"token-binding", |
base::FEATURE_DISABLED_BY_DEFAULT}; |
+// Enables touchpad and wheel scroll latching. |
+const base::Feature kTouchpadAndWheelScrollLatching{ |
+ "TouchpadAndWheelScrollLatching", base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
// Weak MemoryCache (https://crbug.com/603462). |
const base::Feature kWeakMemoryCache{"WeakMemoryCache", |
base::FEATURE_DISABLED_BY_DEFAULT}; |