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

Unified Diff: content/renderer/input/main_thread_event_queue.h

Issue 2661443003: scheduler: Detect single event gestures correctly (Closed)
Patch Set: Review comments Created 3 years, 11 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/renderer/input/main_thread_event_queue.h
diff --git a/content/renderer/input/main_thread_event_queue.h b/content/renderer/input/main_thread_event_queue.h
index 96d07600b86e9172dc177a50818af15a724cfe41..09c161174a1dc7f4459b4889b401a7f19130a123 100644
--- a/content/renderer/input/main_thread_event_queue.h
+++ b/content/renderer/input/main_thread_event_queue.h
@@ -129,6 +129,7 @@ class CONTENT_EXPORT MainThreadEventQueue
// Call once the main thread has handled an outstanding |type| event
// in flight.
void EventHandled(blink::WebInputEvent::Type type,
+ blink::WebInputEventResult result,
InputEventAckState ack_result);
private:
« no previous file with comments | « content/renderer/input/input_handler_manager_client.h ('k') | content/renderer/input/main_thread_event_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698