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 270ba343b527cfcf731395108c11fed020df0c0c..b2ace5298d5714dddda6ba8b49f6f08eac5bbe40 100644 |
--- a/third_party/WebKit/public/web/WebPlugin.h |
+++ b/third_party/WebKit/public/web/WebPlugin.h |
@@ -43,8 +43,8 @@ |
namespace blink { |
+class WebCoalescedInputEvent; |
class WebDragData; |
-class WebInputEvent; |
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 WebCoalescedInputEvent&, |
WebCursorInfo&) = 0; |
virtual bool HandleDragStatusUpdate(WebDragStatus, |