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

Unified Diff: third_party/WebKit/public/web/WebPlugin.h

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: 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/public/web/WebPlugin.h
diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
index 79205702a02b6d1dc395e47c1137dff1ec9a07d8..416473507282940c10e49706193ea101d91d0064 100644
--- a/third_party/WebKit/public/web/WebPlugin.h
+++ b/third_party/WebKit/public/web/WebPlugin.h
@@ -121,8 +121,10 @@ class WebPlugin {
virtual void updateVisibility(bool) = 0;
- virtual WebInputEventResult handleInputEvent(const WebInputEvent&,
- WebCursorInfo&) = 0;
+ virtual WebInputEventResult handleInputEvent(
+ const WebInputEvent&,
+ const std::vector<const blink::WebInputEvent*>&,
+ WebCursorInfo&) = 0;
virtual bool handleDragStatusUpdate(WebDragStatus,
const WebDragData&,

Powered by Google App Engine
This is Rietveld 408576698