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

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

Issue 2576013002: Introducing WebCoalescedInputEvent and inclusion in content/common (Closed)
Patch Set: Fix a few DCHECK hits Created 3 years, 11 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_handler_wrapper.cc
diff --git a/content/renderer/input/input_handler_wrapper.cc b/content/renderer/input/input_handler_wrapper.cc
index e3052d7aed0c887e5f5a6943360dadcdd6e23f8a..f151c8d7b463d45d0f17e260f4a04abb3326fb26 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::WebScopedInputEvent 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