| Index: components/plugins/renderer/webview_plugin.cc
|
| diff --git a/components/plugins/renderer/webview_plugin.cc b/components/plugins/renderer/webview_plugin.cc
|
| index af1d9199bf4b10412bdc5a4b011f463bfd0f6e60..4cba2c158b41c5312412aadaeed608c781c7fc1f 100644
|
| --- a/components/plugins/renderer/webview_plugin.cc
|
| +++ b/components/plugins/renderer/webview_plugin.cc
|
| @@ -239,7 +239,7 @@ void WebViewPlugin::setToolTipText(const WebString& text,
|
| container_->element().setAttribute("title", text);
|
| }
|
|
|
| -void WebViewPlugin::startDragging(WebLocalFrame*,
|
| +void WebViewPlugin::startDragging(blink::WebReferrerPolicy,
|
| const WebDragData&,
|
| WebDragOperationsMask,
|
| const WebImage&,
|
|
|