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

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

Issue 2166703003: Implement Main Thread RAF Aligned Input (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_main_thread_queue
Patch Set: Created 4 years, 5 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 e3da89650408153943223f609c04beb199d304ab..fff4ba2c7c08e172674b8ec58b338c7e0c76e83a 100644
--- a/content/renderer/input/input_handler_manager_client.h
+++ b/content/renderer/input/input_handler_manager_client.h
@@ -45,6 +45,7 @@ class CONTENT_EXPORT InputHandlerManagerClient {
virtual void NotifyInputEventHandled(int routing_id,
blink::WebInputEvent::Type type,
InputEventAckState ack_result) = 0;
+ virtual void ProcessVSyncAlignedInput(int routing_id) = 0;
// Called from the compositor thread.
virtual void RegisterRoutingID(int routing_id) = 0;

Powered by Google App Engine
This is Rietveld 408576698