Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: content/browser/renderer_host/input/gesture_event_queue.h

Issue 2677903003: [VSync Queue] Support multiple in-flight events in |GestureEventQueue| (Closed)
Patch Set: Add switch when searching events to ack Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/renderer_host/input/gesture_event_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | content/browser/renderer_host/input/gesture_event_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698