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

Unified Diff: third_party/WebKit/public/web/WebWidget.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
« no previous file with comments | « third_party/WebKit/public/platform/WebCoalescedInputEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebWidget.h
diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
index 3e6f5889a0086cbd214c7539df96c0e3ccdcbdc7..278d64280af60a2c0e2c62604cec13347896853b 100644
--- a/third_party/WebKit/public/web/WebWidget.h
+++ b/third_party/WebKit/public/web/WebWidget.h
@@ -47,7 +47,7 @@
namespace blink {
class WebCompositeAndReadbackAsyncCallback;
-class WebInputEvent;
+class WebCoalescedInputEvent;
class WebLayoutAndPaintAsyncCallback;
class WebPagePopup;
struct WebPoint;
@@ -116,7 +116,7 @@ class WebWidget {
virtual void themeChanged() {}
// Called to inform the WebWidget of an input event.
- virtual WebInputEventResult handleInputEvent(const WebInputEvent&) {
+ virtual WebInputEventResult handleInputEvent(const WebCoalescedInputEvent&) {
return WebInputEventResult::NotHandled;
}
« no previous file with comments | « third_party/WebKit/public/platform/WebCoalescedInputEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698