| 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 21951db47a55fbb0888d5b8707ead1fd0b7f55e1..a0337f1feef64ff96ff25a495a318709436fc82e 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| @@ -81,7 +81,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 CoalescedWebInputEvent&) override;
|
| void setFocus(bool) override;
|
| bool isPagePopup() const override { return true; }
|
| bool isAcceleratedCompositingActive() const override {
|
|
|