| 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 4649cca411c27cfd3685445920449095317530a5..cad399c3e5ff814eaea7a9ae131201262079ea07 100644
|
| --- a/content/browser/renderer_host/input/gesture_event_queue.h
|
| +++ b/content/browser/renderer_host/input/gesture_event_queue.h
|
| @@ -171,6 +171,11 @@ class CONTENT_EXPORT GestureEventQueue {
|
| // for an ACK, so the next gesture ACK should be ignored.
|
| bool ignore_next_ack_;
|
|
|
| + // True if compositor event queue is enabled. GestureEventQueue won't coalesce
|
| + // events and will forward events immediately (instead of waiting for previous
|
| + // ack).
|
| + bool allow_multiple_inflight_events_;
|
| +
|
| // An object tracking the state of touchpad on the delivery of mouse events to
|
| // the renderer to filter mouse immediately after a touchpad fling canceling
|
| // tap.
|
|
|