| Index: ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| index 416394dccebbbb847d8bf39093ff425c7defb75e..dd0c1947c461fe81bd513cb972b2b63a9cacc6ec 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_drag_drop_client_aurax11.cc
|
| @@ -1092,7 +1092,7 @@ void DesktopDragDropClientAuraX11::DragTranslate(
|
| std::unique_ptr<ui::DropTargetEvent>* event,
|
| aura::client::DragDropDelegate** delegate) {
|
| gfx::Point root_location = root_window_location;
|
| - root_window_->GetHost()->ConvertPointFromNativeScreen(&root_location);
|
| + root_window_->GetHost()->ConvertScreenInPixelsToDIP(&root_location);
|
| aura::Window* target_window =
|
| root_window_->GetEventHandlerForPoint(root_location);
|
| bool target_window_changed = false;
|
|
|