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

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

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Creating CoalescedWebInputEvent Created 4 years, 1 month 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 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 {

Powered by Google App Engine
This is Rietveld 408576698