| 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 62855a0892b32ca4e23d1fa80eefb72f541a76d4..544351b8e4cda137dd9836b0b8e9764749410c37 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -186,7 +186,7 @@ class WebDragSourceAura : public base::MessageLoopForUI::Observer,
|
| rvh = contents_->GetRenderViewHost();
|
| if (rvh) {
|
| gfx::Point screen_loc_in_pixel = ui::EventLocationFromNative(event);
|
| - gfx::Point screen_loc = ConvertPointToDIP(rvh->GetView(),
|
| + gfx::Point screen_loc = ConvertViewPointToDIP(rvh->GetView(),
|
| screen_loc_in_pixel);
|
| gfx::Point client_loc = screen_loc;
|
| aura::Window* window = rvh->GetView()->GetNativeView();
|
|
|