Index: content/public/common/content_features.cc |
diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
index 72da725670843c56b0589cd7de9f4b4ff89b5deb..a3368e36c9e24ab39579e4983d3754f714c7a530 100644 |
--- a/content/public/common/content_features.cc |
+++ b/content/public/common/content_features.cc |
@@ -119,6 +119,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}; |