| Index: ui/events/blink/input_handler_proxy.h
|
| diff --git a/ui/events/blink/input_handler_proxy.h b/ui/events/blink/input_handler_proxy.h
|
| index 0d3f9c122d6eaca13c9fd18680745ba0a41347b9..f0fdd8dc7c1aacf173ba3e4e187ffd2846f7f5c0 100644
|
| --- a/ui/events/blink/input_handler_proxy.h
|
| +++ b/ui/events/blink/input_handler_proxy.h
|
| @@ -10,7 +10,6 @@
|
| #include "base/containers/hash_tables.h"
|
| #include "base/macros.h"
|
| #include "cc/input/input_handler.h"
|
| -#include "third_party/WebKit/public/platform/WebCoalescedInputEvent.h"
|
| #include "third_party/WebKit/public/platform/WebGestureCurve.h"
|
| #include "third_party/WebKit/public/platform/WebGestureCurveTarget.h"
|
| #include "third_party/WebKit/public/platform/WebGestureEvent.h"
|
| @@ -18,6 +17,7 @@
|
| #include "ui/events/blink/blink_features.h"
|
| #include "ui/events/blink/input_scroll_elasticity_controller.h"
|
| #include "ui/events/blink/synchronous_input_handler_proxy.h"
|
| +#include "ui/events/blink/web_input_event_traits.h"
|
|
|
| namespace base {
|
| class TickClock;
|
| @@ -75,11 +75,11 @@ class InputHandlerProxy
|
| };
|
| using EventDispositionCallback =
|
| base::Callback<void(EventDisposition,
|
| - blink::WebScopedInputEvent WebInputEvent,
|
| + WebScopedInputEvent WebInputEvent,
|
| const LatencyInfo&,
|
| std::unique_ptr<ui::DidOverscrollParams>)>;
|
| void HandleInputEventWithLatencyInfo(
|
| - blink::WebScopedInputEvent event,
|
| + WebScopedInputEvent event,
|
| const LatencyInfo& latency_info,
|
| const EventDispositionCallback& callback);
|
| EventDisposition HandleInputEvent(const blink::WebInputEvent& event);
|
|
|