| Index: content/browser/browser_plugin/browser_plugin_guest.cc
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.cc b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| index 8ac87c8690c60ccbbc2f8f2cf44ae5af633f26fb..7b85e5440000e37d4a0baa8b7e431a93a5cbc7a6 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -865,7 +865,7 @@ void BrowserPluginGuest::OnDragStatusUpdate(int browser_plugin_instance_id,
|
| break;
|
| case blink::WebDragStatusLeave:
|
| embedder->DragLeftGuest(this);
|
| - widget->DragTargetDragLeave();
|
| + widget->DragTargetDragLeave(gfx::Point(), gfx::Point());
|
| ignore_dragged_url_ = true;
|
| break;
|
| case blink::WebDragStatusDrop:
|
|
|