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

Unified Diff: third_party/WebKit/public/web/WebPlugin.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/public/web/WebPlugin.h
diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
index f9a488669051858c6e5a0c5aeffc0a9a98961de7..d11f3c5b940c874e4e412fd0b2c8046e8ba24f8e 100644
--- a/third_party/WebKit/public/web/WebPlugin.h
+++ b/third_party/WebKit/public/web/WebPlugin.h
@@ -44,7 +44,7 @@
namespace blink {
class WebDragData;
-class WebInputEvent;
+class CoalescedWebInputEvent;
class WebPluginContainer;
class WebURLResponse;
struct WebCompositionUnderline;
@@ -118,7 +118,7 @@ class WebPlugin {
virtual void updateVisibility(bool) = 0;
- virtual WebInputEventResult handleInputEvent(const WebInputEvent&,
+ virtual WebInputEventResult handleInputEvent(const CoalescedWebInputEvent&,
WebCursorInfo&) = 0;
virtual bool handleDragStatusUpdate(WebDragStatus,

Powered by Google App Engine
This is Rietveld 408576698