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

Unified Diff: blimp/client/core/input/blimp_input_handler_wrapper.h

Issue 2341873002: Handle touchpad flings with passive event listeners on compositor thread. (Closed)
Patch Set: Add dcheck for blimp 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
« no previous file with comments | « no previous file | blimp/client/core/input/blimp_input_handler_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/input/blimp_input_handler_wrapper.h
diff --git a/blimp/client/core/input/blimp_input_handler_wrapper.h b/blimp/client/core/input/blimp_input_handler_wrapper.h
index 8a6eedec1c38440e0626f9f14529b5577a7d2eaf..b4d0197921923508716f1bfb13d696e0f84be6a1 100644
--- a/blimp/client/core/input/blimp_input_handler_wrapper.h
+++ b/blimp/client/core/input/blimp_input_handler_wrapper.h
@@ -54,6 +54,9 @@ class BlimpInputHandlerWrapper : public ui::InputHandlerProxyClient {
void WillShutdown() override;
void TransferActiveWheelFlingAnimation(
const blink::WebActiveWheelFlingParameters& params) override;
+ void DispatchNonBlockingEventToMainThread(
+ ui::ScopedWebInputEvent event,
+ const ui::LatencyInfo& latency_info) override;
blink::WebGestureCurve* CreateFlingAnimationCurve(
blink::WebGestureDevice device_source,
const blink::WebFloatPoint& velocity,
« no previous file with comments | « no previous file | blimp/client/core/input/blimp_input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698