| Index: webkit/plugins/npapi/webplugin_impl.cc
|
| diff --git a/webkit/plugins/npapi/webplugin_impl.cc b/webkit/plugins/npapi/webplugin_impl.cc
|
| index a8b9672ffaf33c554acf329e3827aa82fecec8cc..5839343e51ab837cfe87606397566805f9a24595 100644
|
| --- a/webkit/plugins/npapi/webplugin_impl.cc
|
| +++ b/webkit/plugins/npapi/webplugin_impl.cc
|
| @@ -420,6 +420,15 @@ bool WebPluginImpl::handleInputEvent(
|
| return delegate_->HandleInputEvent(event, &cursor_info);
|
| }
|
|
|
| +bool WebPluginImpl::handleDragStatusUpdate(
|
| + WebKit::WebDragStatus dragStatus,
|
| + const WebKit::WebDragData& drag_data,
|
| + WebKit::WebDragOperationsMask drag_mask,
|
| + const WebKit::WebPoint& position,
|
| + const WebKit::WebPoint& screenPosition) {
|
| + return false;
|
| +}
|
| +
|
| void WebPluginImpl::didReceiveResponse(const WebURLResponse& response) {
|
| ignore_response_error_ = false;
|
|
|
|
|