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

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

Issue 2341873002: Handle touchpad flings with passive event listeners on compositor thread. (Closed)
Patch Set: Try to fix funky windows build failure Created 4 years, 3 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 e45e3a99e2f9e0a04cf6662fc90940707e11032d..82e3880d2e019f07c7ce5ac8bd3cca098d7a1108 100644
--- a/content/renderer/input/input_event_filter.h
+++ b/content/renderer/input/input_event_filter.h
@@ -69,6 +69,11 @@ class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
const ui::DidOverscrollParams& params) override;
void DidStartFlinging(int routing_id) override;
void DidStopFlinging(int routing_id) override;
+ void DispatchNonBlockingEventToMainThread(
+ int routing_id,
+ ui::ScopedWebInputEvent event,
+ const ui::LatencyInfo& latency_info) override;
+
void NotifyInputEventHandled(int routing_id,
blink::WebInputEvent::Type type,
InputEventAckState ack_result) override;

Powered by Google App Engine
This is Rietveld 408576698