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 58888f6c19f5ac8a9e14772bec48341826a986c4..0d979f4652a3859d1c9567326d792e080cf919a7 100644 |
--- a/third_party/WebKit/public/web/WebPlugin.h |
+++ b/third_party/WebKit/public/web/WebPlugin.h |
@@ -109,7 +109,7 @@ public: |
virtual void updateVisibility(bool) = 0; |
virtual bool acceptsInputEvents() = 0; |
- virtual bool handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0; |
+ virtual WebInputEventResult handleInputEvent(const WebInputEvent&, WebCursorInfo&) = 0; |
virtual bool handleDragStatusUpdate(WebDragStatus, const WebDragData&, WebDragOperationsMask, const WebPoint& position, const WebPoint& screenPosition) { return false; } |