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

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

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.cc
diff --git a/content/renderer/input/input_handler_wrapper.cc b/content/renderer/input/input_handler_wrapper.cc
index e3052d7aed0c887e5f5a6943360dadcdd6e23f8a..183f1996328e7454ed317a7d8fbe45f1a90d71cc 100644
--- a/content/renderer/input/input_handler_wrapper.cc
+++ b/content/renderer/input/input_handler_wrapper.cc
@@ -47,7 +47,7 @@ void InputHandlerWrapper::TransferActiveWheelFlingAnimation(
}
void InputHandlerWrapper::DispatchNonBlockingEventToMainThread(
- ui::ScopedWebInputEvent event,
+ blink::ScopedCoalescedWebInputEvent event,
const ui::LatencyInfo& latency_info) {
input_handler_manager_->DispatchNonBlockingEventToMainThread(
routing_id_, std::move(event), latency_info);

Powered by Google App Engine
This is Rietveld 408576698