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

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

Issue 2683043004: Remove ui/events/blink dependency on blink_minimal. (Closed)
Patch Set: fix win debug Created 3 years, 10 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 a156b7ee58399bb485def1b715553f31ebb454f3..97a8b4d7ceaf17a325c2be1943dd7827a0899b75 100644
--- a/content/renderer/input/input_handler_wrapper.cc
+++ b/content/renderer/input/input_handler_wrapper.cc
@@ -50,7 +50,7 @@ void InputHandlerWrapper::TransferActiveWheelFlingAnimation(
}
void InputHandlerWrapper::DispatchNonBlockingEventToMainThread(
- blink::WebScopedInputEvent event,
+ ui::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