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

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

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Creating CoalescedWebInputEvent Created 4 years, 1 month 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_handler_wrapper.h
diff --git a/content/renderer/input/input_handler_wrapper.h b/content/renderer/input/input_handler_wrapper.h
index d8d172b290e84da3bdfa6d56bda14d5a118382dd..c9de07d68faeb2ff5ccc8fa65ebe8112c6309ebb 100644
--- a/content/renderer/input/input_handler_wrapper.h
+++ b/content/renderer/input/input_handler_wrapper.h
@@ -43,7 +43,7 @@ class InputHandlerWrapper : public ui::InputHandlerProxyClient {
void TransferActiveWheelFlingAnimation(
const blink::WebActiveWheelFlingParameters& params) override;
void DispatchNonBlockingEventToMainThread(
- ui::ScopedWebInputEvent event,
+ blink::ScopedCoalescedWebInputEvent event,
const ui::LatencyInfo& latency_info) override;
blink::WebGestureCurve* CreateFlingAnimationCurve(
blink::WebGestureDevice deviceSource,

Powered by Google App Engine
This is Rietveld 408576698