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 ee1d0dd08c44a94bc1694516b4a852588d742d04..8f7bde9c9c397dac46bfe2e52dc12c9ecda098a7 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, |