Index: components/plugins/renderer/webview_plugin.h |
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h |
index ea61c9d978d517bc704faa1ca7e6679b54c4318c..7e8a8cb6e4e667f60af7dfd08d84e51a96aefa7d 100644 |
--- a/components/plugins/renderer/webview_plugin.h |
+++ b/components/plugins/renderer/webview_plugin.h |
@@ -102,7 +102,7 @@ class WebViewPlugin : public blink::WebPlugin, |
void UpdateVisibility(bool) override {} |
blink::WebInputEventResult HandleInputEvent( |
- const blink::WebInputEvent& event, |
+ const blink::WebCoalescedInputEvent& event, |
blink::WebCursorInfo& cursor_info) override; |
void DidReceiveResponse(const blink::WebURLResponse& response) override; |