| 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 7a930838118a56c7efa53a9be0b6a87042740b26..125d25695c4cab709d1ea75441bbd6e847f4a059 100644
|
| --- a/ui/events/blink/input_handler_proxy_client.h
|
| +++ b/ui/events/blink/input_handler_proxy_client.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_CLIENT_H_
|
| #define UI_EVENTS_BLINK_INPUT_HANDLER_PROXY_CLIENT_H_
|
|
|
| -#include "third_party/WebKit/public/platform/WebCoalescedInputEvent.h"
|
| +#include "ui/events/blink/web_input_event_traits.h"
|
|
|
| namespace blink {
|
| class WebGestureCurve;
|
| @@ -32,7 +32,7 @@ class InputHandlerProxyClient {
|
| // passive event listeners. If the target has blocking event listeners
|
| // |TransferActiveWheelFlingAnimation| will be used instead.
|
| virtual void DispatchNonBlockingEventToMainThread(
|
| - blink::WebScopedInputEvent event,
|
| + WebScopedInputEvent event,
|
| const ui::LatencyInfo& latency_info) = 0;
|
|
|
| // Creates a new fling animation curve instance for device |device_source|
|
|
|