| Index: content/browser/renderer_host/input/gesture_event_queue.h
|
| diff --git a/content/browser/renderer_host/input/gesture_event_queue.h b/content/browser/renderer_host/input/gesture_event_queue.h
|
| index 8cbb253f663a88b7da712061773b154ff62e4f32..4c340701b590b63d03c31986eb437f89da699439 100644
|
| --- a/content/browser/renderer_host/input/gesture_event_queue.h
|
| +++ b/content/browser/renderer_host/input/gesture_event_queue.h
|
| @@ -68,6 +68,8 @@ class CONTENT_EXPORT GestureEventQueue {
|
|
|
| // Returns |true| if the caller should immediately forward the provided
|
| // |GestureEventWithLatencyInfo| argument to the renderer.
|
| + // If this function returns false, then the event may be queued and forwared
|
| + // at a later point.
|
| bool ShouldForward(const GestureEventWithLatencyInfo&);
|
|
|
| // Indicates that the caller has received an acknowledgement from the renderer
|
|
|