| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 1071850e6522e8c59f57b32d689d0d1bcd3317f7..6e99f32e9768fe8c7049bf7306f9d817a2fb576b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -38,11 +38,11 @@
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/graphics/GraphicsLayer.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "public/platform/CoalescedWebInputEvent.h"
|
| #include "public/platform/WebDisplayMode.h"
|
| #include "public/platform/WebFloatSize.h"
|
| #include "public/platform/WebGestureCurveTarget.h"
|
| #include "public/platform/WebGestureEvent.h"
|
| -#include "public/platform/WebInputEvent.h"
|
| #include "public/platform/WebInputEventResult.h"
|
| #include "public/platform/WebLayer.h"
|
| #include "public/platform/WebPoint.h"
|
| @@ -141,7 +141,7 @@ class WEB_EXPORT WebViewImpl final
|
| void compositeAndReadbackAsync(
|
| WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| - WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
| + WebInputEventResult handleInputEvent(const CoalescedWebInputEvent&) override;
|
| void setCursorVisibilityState(bool isVisible) override;
|
| bool hasTouchEventHandlersAt(const WebPoint&) override;
|
|
|
|
|