Index: components/plugins/renderer/webview_plugin.h |
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h |
index 44da6dea263b873565398a6b88e42d35d0d88bf0..252ae790183704ad0eff4fe606a9c931bc2c84f0 100644 |
--- a/components/plugins/renderer/webview_plugin.h |
+++ b/components/plugins/renderer/webview_plugin.h |
@@ -101,7 +101,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; |