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 0382288695f431677605877f1a8af96111ff9918..76b72de7b035c26cb05c9aabe20957b9fd607c97 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(); |
+ // Return whether a TouchStart event with the given ID is currently awaiting |
+ // an ACK. |
+ bool IsTouchStartPendingAck(int touch_id); |
+ |
// Returns whether the event-queue is empty. |
bool empty() const WARN_UNUSED_RESULT { |
return touch_queue_.empty(); |