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

Unified Diff: content/renderer/input/input_handler_manager.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.h
diff --git a/content/renderer/input/input_handler_manager.h b/content/renderer/input/input_handler_manager.h
index 15687ea1332a510be48eb392eaeae84b534c3fec..21f7c2bccb5327e7d52685269bb544573d7d735a 100644
--- a/content/renderer/input/input_handler_manager.h
+++ b/content/renderer/input/input_handler_manager.h
@@ -77,7 +77,8 @@ class CONTENT_EXPORT InputHandlerManager {
blink::WebInputEvent::Type,
blink::WebInputEventResult,
InputEventAckState);
- void ProcessRafAlignedInputOnMainThread(int routing_id);
+ void ProcessRafAlignedInputOnMainThread(int routing_id,
+ double frame_time_sec);
// Callback only from the compositor's thread.
void RemoveInputHandler(int routing_id);

Powered by Google App Engine
This is Rietveld 408576698