| Index: content/browser/web_contents/web_contents_view_aura.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
| index fb3f694d48cac690556eb74911fc58e84fcec1bd..46b2fa5f6d594eb45ad65e6199b664ff8dfe736a 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -564,7 +564,7 @@ void WebContentsViewAura::EndDrag(blink::WebDragOperationsMask ops) {
|
|
|
| // TODO(paulmeyer): In the OOPIF case, should |client_loc| be converted to
|
| // the coordinates local to |drag_start_rwh_|? See crbug.com/647249.
|
| - web_contents_->DragSourceEndedAt(client_loc.x(), client_loc.x(),
|
| + web_contents_->DragSourceEndedAt(client_loc.x(), client_loc.y(),
|
| screen_loc.x(), screen_loc.y(), ops,
|
| drag_start_rwh_.get());
|
| }
|
|
|