Index: content/renderer/browser_plugin/browser_plugin.h |
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h |
index 88f5fb1fb2c8d4645de8c8018a09bba561521d49..42e1998427aed4b306baf6f369d490c2192afe92 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -96,7 +96,7 @@ class CONTENT_EXPORT BrowserPlugin : |
void UpdateFocus(bool focused, blink::WebFocusType focus_type) override; |
void UpdateVisibility(bool visible) override; |
blink::WebInputEventResult HandleInputEvent( |
- const blink::WebInputEvent& event, |
+ const blink::WebCoalescedInputEvent& event, |
blink::WebCursorInfo& cursor_info) override; |
bool HandleDragStatusUpdate(blink::WebDragStatus drag_status, |
const blink::WebDragData& drag_data, |