| 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 e4ad02f13c9a334256467a701729dd0e3f2e2123..5dfa992f76aa39f58bc645327e533cf504715496 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -140,7 +140,7 @@ class WEB_EXPORT WebViewImpl final
|
| void compositeAndReadbackAsync(
|
| WebCompositeAndReadbackAsyncCallback*) override;
|
| void themeChanged() override;
|
| - WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
| + WebInputEventResult handleInputEvent(const WebCoalescedInputEvent&) override;
|
| void setCursorVisibilityState(bool isVisible) override;
|
| bool hasTouchEventHandlersAt(const WebPoint&) override;
|
|
|
|
|