| Index: webkit/plugins/webview_plugin.cc
|
| diff --git a/webkit/plugins/webview_plugin.cc b/webkit/plugins/webview_plugin.cc
|
| index 8e3f94242b8a517c9476135756b3674779d2680e..2268eace12c68481b14d9a4002d385f71c7f43ea 100644
|
| --- a/webkit/plugins/webview_plugin.cc
|
| +++ b/webkit/plugins/webview_plugin.cc
|
| @@ -165,6 +165,15 @@ bool WebViewPlugin::handleInputEvent(const WebInputEvent& event,
|
| return handled;
|
| }
|
|
|
| +bool WebViewPlugin::handleDragStatusUpdate(
|
| + WebKit::WebDragStatus dragStatus,
|
| + const WebKit::WebDragData& drag_data,
|
| + WebKit::WebDragOperationsMask drag_mask,
|
| + const WebKit::WebPoint& position,
|
| + const WebKit::WebPoint& screenPosition) {
|
| + return false;
|
| +}
|
| +
|
| void WebViewPlugin::didReceiveResponse(const WebURLResponse& response) {
|
| DCHECK(response_.isNull());
|
| response_ = response;
|
|
|