| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index fdb1cf9cbbeeb6915cffa86b053ed20b3e896ef2..2df5050483ee44be957f26342d3c588779562440 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -100,7 +100,7 @@ class WebViewPlugin : public blink::WebPlugin,
|
| void updateVisibility(bool) override {}
|
|
|
| blink::WebInputEventResult handleInputEvent(
|
| - const blink::WebInputEvent& event,
|
| + const blink::CoalescedWebInputEvent& event,
|
| blink::WebCursorInfo& cursor_info) override;
|
|
|
| void didReceiveResponse(const blink::WebURLResponse& response) override;
|
|
|