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 69f39d90a3aafb54824a6fc8c457f9157e7f07c1..b222390206f9928dd13195aafe89dd096d429725 100644 |
--- a/content/renderer/browser_plugin/browser_plugin.h |
+++ b/content/renderer/browser_plugin/browser_plugin.h |
@@ -95,7 +95,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, |