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

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

Issue 2713093005: Teach MainThreadEventQueue about touchmove throttling. (Closed)
Patch Set: 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
Index: content/renderer/input/input_handler_manager_client.h
diff --git a/content/renderer/input/input_handler_manager_client.h b/content/renderer/input/input_handler_manager_client.h
index accfb8a76a9784642f85d00927e1172754f1a08a..6e41e21ce0b185d464f66a0588bc0e3e0c8d4018 100644
--- a/content/renderer/input/input_handler_manager_client.h
+++ b/content/renderer/input/input_handler_manager_client.h
@@ -33,7 +33,8 @@ class CONTENT_EXPORT InputHandlerManagerClient {
blink::WebInputEvent::Type type,
blink::WebInputEventResult result,
InputEventAckState ack_result) = 0;
- virtual void ProcessRafAlignedInput(int routing_id) = 0;
+ virtual void ProcessRafAlignedInput(int routing_id,
+ double frame_time_sec) = 0;
// Called from the compositor thread.
virtual void RegisterRoutingID(int routing_id) = 0;

Powered by Google App Engine
This is Rietveld 408576698