| Index: third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.h b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| index c168f67bde2c33701fba31f7742c06b2a4de0371..1d89868f0dcaf6f6957b93ab8daf5d2f84b86e06 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| @@ -82,7 +82,7 @@ class WebPagePopupImpl final : public WebPagePopup,
|
| void paint(WebCanvas*, const WebRect&) override;
|
| void resize(const WebSize&) override;
|
| void close() override;
|
| - WebInputEventResult handleInputEvent(const WebInputEvent&) override;
|
| + WebInputEventResult handleInputEvent(const WebCoalescedInputEvent&) override;
|
| void setFocus(bool) override;
|
| bool isPagePopup() const override { return true; }
|
| bool isAcceleratedCompositingActive() const override {
|
|
|