| 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 6c50c329e85938dbeb53b6725ef738fad1fe481f..b99206bee9fb1c464c5ec6bf0a92e2ac51400f62 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.h
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.h
|
| @@ -93,7 +93,8 @@ class CONTENT_EXPORT TouchEventQueue {
|
| bool IsPendingAckTouchStart() const;
|
|
|
| // Sets whether a delayed touch ack will cancel and flush the current
|
| - // touch sequence.
|
| + // touch sequence. Note that, if the timeout was previously disabled, enabling
|
| + // it will take effect only for the following touch sequence.
|
| void SetAckTimeoutEnabled(bool enabled, size_t ack_timeout_delay_ms);
|
|
|
| bool empty() const WARN_UNUSED_RESULT {
|
|
|