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

Unified Diff: content/renderer/input/input_event_filter.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_event_filter.h
diff --git a/content/renderer/input/input_event_filter.h b/content/renderer/input/input_event_filter.h
index 55545c5f262b7da68443bbcf07bdac7b80536cc1..df1d9621c0147458198f63463da4b896c68f369b 100644
--- a/content/renderer/input/input_event_filter.h
+++ b/content/renderer/input/input_event_filter.h
@@ -70,6 +70,7 @@ class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
void NotifyInputEventHandled(int routing_id,
blink::WebInputEvent::Type type,
InputEventAckState ack_result) override;
+ void ProcessVSyncAlignedInput(int routing_id) override;
tdresser 2016/07/20 21:43:08 I think we want to align with rAF more than we wan
// IPC::MessageFilter methods:
void OnFilterAdded(IPC::Sender* sender) override;

Powered by Google App Engine
This is Rietveld 408576698