| 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 c1c4115fa8570b143a698a593e133083fe3da8ab..3da503c22aba75d0e994c6dfa486d0b95867508e 100644
|
| --- a/content/browser/renderer_host/input/touch_event_queue.h
|
| +++ b/content/browser/renderer_host/input/touch_event_queue.h
|
| @@ -112,6 +112,8 @@ class CONTENT_EXPORT TouchEventQueue {
|
|
|
| virtual bool Empty() const WARN_UNUSED_RESULT = 0;
|
|
|
| + virtual bool SendTouchEventsAsync() const = 0;
|
| +
|
| protected:
|
| virtual void SendTouchCancelEventForTouchEvent(
|
| const TouchEventWithLatencyInfo& event_to_cancel) = 0;
|
|
|