| Index: ui/events/blink/input_handler_proxy_client.h
|
| diff --git a/ui/events/blink/input_handler_proxy_client.h b/ui/events/blink/input_handler_proxy_client.h
|
| index 016d5190f2e79193544dfc3513ad1b5f9cbcc716..017906084ca2cd5069c667bf3c3801f27090614e 100644
|
| --- a/ui/events/blink/input_handler_proxy_client.h
|
| +++ b/ui/events/blink/input_handler_proxy_client.h
|
| @@ -5,8 +5,6 @@
|
| #ifndef UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_CLIENT_H_
|
| #define UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_CLIENT_H_
|
|
|
| -#include "ui/events/blink/scoped_web_input_event.h"
|
| -
|
| namespace blink {
|
| class WebGestureCurve;
|
| struct WebActiveWheelFlingParameters;
|
| @@ -32,7 +30,7 @@ class InputHandlerProxyClient {
|
| // passive event listeners. If the target has blocking event listeners
|
| // |TransferActiveWheelFlingAnimation| will be used instead.
|
| virtual void DispatchNonBlockingEventToMainThread(
|
| - ui::ScopedWebInputEvent event,
|
| + blink::ScopedCoalescedWebInputEvent event,
|
| const ui::LatencyInfo& latency_info) = 0;
|
|
|
| // Creates a new fling animation curve instance for device |device_source|
|
|
|