| 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 97ea0475fc3176c9aa7a1d99d4152c5005b901cb..627f029094122bba064c9e986c4fce7a08bfebe2 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.cc
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.cc
|
| @@ -856,7 +856,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:
|
|
|