| 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 a3053c4e9b0b7bc95ca1c3fa3a277e0cf0adf0ba..d1daa1590d732d2cc497d7ccf8fe9a4997570008 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.h
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.h
|
| @@ -62,6 +62,10 @@ class CONTENT_EXPORT TouchEventQueue {
|
| // events being sent to the renderer.
|
| void FlushQueue();
|
|
|
| + // Returns whether the currently pending touch event (waiting ACK) is for
|
| + // a touch start event.
|
| + bool IsPendingAckTouchStart() const;
|
| +
|
| // Returns whether the event-queue is empty.
|
| bool empty() const WARN_UNUSED_RESULT {
|
| return touch_queue_.empty();
|
|
|