| Index: components/plugins/renderer/webview_plugin.h
|
| diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
|
| index 086fa6db3a1a793519d762c32f7d36376d99a2fb..035a00bee69dd9e8c488b18aeb1bbcced614eb85 100644
|
| --- a/components/plugins/renderer/webview_plugin.h
|
| +++ b/components/plugins/renderer/webview_plugin.h
|
| @@ -101,6 +101,7 @@ class WebViewPlugin : public blink::WebPlugin,
|
|
|
| blink::WebInputEventResult handleInputEvent(
|
| const blink::WebInputEvent& event,
|
| + const std::vector<const blink::WebInputEvent*>&,
|
| blink::WebCursorInfo& cursor_info) override;
|
|
|
| void didReceiveResponse(const blink::WebURLResponse& response) override;
|
|
|