Index: content/browser/renderer_host/input/touch_event_queue.h |
diff --git a/content/browser/renderer_host/input/touch_event_queue.h b/content/browser/renderer_host/input/touch_event_queue.h |
index 3bdab903750f69d119f6f1f077c7f2a89ce3f784..3c3436af30c98022e80a4299ede90c65bedb99e8 100644 |
--- a/content/browser/renderer_host/input/touch_event_queue.h |
+++ b/content/browser/renderer_host/input/touch_event_queue.h |
@@ -59,10 +59,6 @@ class CONTENT_EXPORT TouchEventQueue { |
struct CONTENT_EXPORT Config { |
Config(); |
- // Determines the bounds of the (square) touchmove slop suppression region. |
- // Defaults to 0 (disabled). |
- double touchmove_slop_suppression_length_dips; |
- |
// Determines the type of touch scrolling. |
// Defaults to TouchEventQueue:::TOUCH_SCROLLING_MODE_DEFAULT. |
TouchEventQueue::TouchScrollingMode touch_scrolling_mode; |