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; |