| Index: content/browser/renderer_host/input/passthrough_touch_event_queue.h
|
| diff --git a/content/browser/renderer_host/input/passthrough_touch_event_queue.h b/content/browser/renderer_host/input/passthrough_touch_event_queue.h
|
| index d38ee425b19094b6604749119b49c6367701a8f0..6ca8b3499de65131ab7cf694bba29e8b004fc0ea 100644
|
| --- a/content/browser/renderer_host/input/passthrough_touch_event_queue.h
|
| +++ b/content/browser/renderer_host/input/passthrough_touch_event_queue.h
|
| @@ -55,6 +55,8 @@ class CONTENT_EXPORT PassthroughTouchEventQueue : public TouchEventQueue {
|
|
|
| bool Empty() const override;
|
|
|
| + bool SendTouchEventsAsync() const override;
|
| +
|
| protected:
|
| void SendTouchCancelEventForTouchEvent(
|
| const TouchEventWithLatencyInfo& event_to_cancel) override;
|
|
|