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

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

Issue 2869823003: [VSync Queue] Plug touch ack to gesture events and flush vsync queue if necessary (Closed)
Patch Set: Created 3 years, 7 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
Index: content/browser/renderer_host/input/legacy_touch_event_queue.h
diff --git a/content/browser/renderer_host/input/legacy_touch_event_queue.h b/content/browser/renderer_host/input/legacy_touch_event_queue.h
index 742301aa30155cb8ad14d5961ea91fa8cee1bd0b..cdb8fe03830f7206100db545e83ae4278eec0fb1 100644
--- a/content/browser/renderer_host/input/legacy_touch_event_queue.h
+++ b/content/browser/renderer_host/input/legacy_touch_event_queue.h
@@ -85,6 +85,8 @@ class CONTENT_EXPORT LegacyTouchEventQueue : public TouchEventQueue {
bool Empty() const override;
+ bool SendTouchEventsAsync() const override;
+
bool empty() const WARN_UNUSED_RESULT { return Empty(); }
size_t size() const { return touch_queue_.size(); }

Powered by Google App Engine
This is Rietveld 408576698