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

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

Issue 2713093005: Teach MainThreadEventQueue about touchmove throttling. (Closed)
Patch Set: Roll if/else condition together 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
« no previous file with comments | « no previous file | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 11dbb38909bd293940a87b5b12029fd77bee277b..939e723d25f5a18d5e6cb649c3691cba254aac63 100644
--- a/content/renderer/input/input_event_filter.h
+++ b/content/renderer/input/input_event_filter.h
@@ -75,7 +75,8 @@ class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
blink::WebInputEvent::Type type,
blink::WebInputEventResult result,
InputEventAckState ack_result) override;
- void ProcessRafAlignedInput(int routing_id) override;
+ void ProcessRafAlignedInput(int routing_id,
+ base::TimeTicks frame_time) override;
// IPC::MessageFilter methods:
void OnFilterAdded(IPC::Channel* channel) override;
« no previous file with comments | « no previous file | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698