Index: third_party/WebKit/Source/web/WebViewFrameWidget.h |
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h |
index a6b72542bdb52a20f7e3d3e087f4ac0e03c17f4a..a12f0e5368f8000562bbaa79f4e33af6800275d5 100644 |
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h |
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h |
@@ -55,7 +55,7 @@ class WebViewFrameWidget : public WebFrameWidgetBase { |
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; |
void applyViewportDeltas(const WebFloatSize& visualViewportDelta, |