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 ecb8fe83b4094a6e9a33bb23d9dff60d77763ecc..0e240730566dfabcdc401deaf70e72aaf7d66fb5 100644 |
--- a/content/browser/renderer_host/input/touch_event_queue.h |
+++ b/content/browser/renderer_host/input/touch_event_queue.h |
@@ -62,11 +62,6 @@ class CONTENT_EXPORT TouchEventQueue { |
// Defaults to 0 (disabled). |
double touchmove_slop_suppression_length_dips; |
- // Whether the touchmove slop suppression region is boundary inclusive. |
- // Defaults to true. |
- // TODO(jdduke): Remove when unified GR enabled, crbug.com/332418. |
- bool touchmove_slop_suppression_region_includes_boundary; |
- |
// Determines the type of touch scrolling. |
// Defaults to TouchEventQueue:::TOUCH_SCROLLING_MODE_DEFAULT. |
TouchEventQueue::TouchScrollingMode touch_scrolling_mode; |