Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(491)

Unified Diff: third_party/WebKit/Source/web/WebPagePopupImpl.h

Issue 2621303004: Keep track of coalesced events in main thread event queue (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | third_party/WebKit/Source/web/WebPagePopupImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698