| 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 cf4cad07654c10a2de123ea9f09917b1b2dc6dc9..fd876b2c4d2cf4eefd703d252ca0c16972516e2b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| +++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
|
| @@ -54,7 +54,9 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
|
| void compositeAndReadbackAsync(
|
| WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| - WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
| + WebInputEventResult handleInputEvent(
|
| + const WebInputEvent&,
|
| + const std::vector<const WebInputEvent*>&) override;
|
| void setCursorVisibilityState(bool isVisible) override;
|
| bool hasTouchEventHandlersAt(const WebPoint&) override;
|
| void applyViewportDeltas(const WebFloatSize& visualViewportDelta,
|
|
|