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, |