Index: components/plugins/renderer/webview_plugin.h |
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h |
index 16daff31f3a820b129c3f952bd6c23493a04ece2..6029720110355f871e56662055895a6994a41ca0 100644 |
--- a/components/plugins/renderer/webview_plugin.h |
+++ b/components/plugins/renderer/webview_plugin.h |
@@ -98,7 +98,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; |