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

Unified Diff: ui/events/blink/input_handler_proxy.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: ui/events/blink/input_handler_proxy.cc
diff --git a/ui/events/blink/input_handler_proxy.cc b/ui/events/blink/input_handler_proxy.cc
index f90ffcf3bd1744cb57b5035c8c2d26855c3d3d64..9e93d478e93aedff7a48160faadf69ac27caed55 100644
--- a/ui/events/blink/input_handler_proxy.cc
+++ b/ui/events/blink/input_handler_proxy.cc
@@ -291,7 +291,7 @@ void InputHandlerProxy::WillShutdown() {
}
void InputHandlerProxy::HandleInputEventWithLatencyInfo(
- blink::WebScopedInputEvent event,
+ WebScopedInputEvent event,
const LatencyInfo& latency_info,
const EventDispositionCallback& callback) {
DCHECK(input_handler_);

Powered by Google App Engine
This is Rietveld 408576698