| 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 5f78c91f552ae4dfbe5d8a63e40aecac4ae47a1f..fd90c808fd02b1b049ee13b84f985973df9e66ba 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -125,7 +125,10 @@ class WEB_EXPORT WebViewImpl final
|
| void compositeAndReadbackAsync(
|
| WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| - WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
| + WebInputEventResult handleInputEvent(
|
| + const WebInputEvent&,
|
| + const std::vector<const WebInputEvent*>& =
|
| + std::vector<const WebInputEvent*>()) override;
|
| void setCursorVisibilityState(bool isVisible) override;
|
| bool hasTouchEventHandlersAt(const WebPoint&) override;
|
|
|
|
|