| 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 3c3436af30c98022e80a4299ede90c65bedb99e8..810a5b5b22de56734ce924d7126c31360fd9c4b5 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.h
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.h
|
| @@ -228,7 +228,6 @@ class CONTENT_EXPORT TouchEventQueue {
|
| // until a sufficient time period has elapsed since the last sent touch event.
|
| // For details see the design doc at http://goo.gl/lVyJAa.
|
| bool send_touch_events_async_;
|
| - bool needs_async_touchmove_for_outer_slop_region_;
|
| scoped_ptr<TouchEventWithLatencyInfo> pending_async_touchmove_;
|
| double last_sent_touch_timestamp_sec_;
|
|
|
|
|