| Index: ui/aura/mus/drag_drop_controller_mus.cc | 
| diff --git a/ui/aura/mus/drag_drop_controller_mus.cc b/ui/aura/mus/drag_drop_controller_mus.cc | 
| index 58cb4e5e0d1d4e4e3ecf2ce741b54063e6a20496..b6445b8dc0bd8b19cadd8776656a1ceedfe5870c 100644 | 
| --- a/ui/aura/mus/drag_drop_controller_mus.cc | 
| +++ b/ui/aura/mus/drag_drop_controller_mus.cc | 
| @@ -198,7 +198,7 @@ DragDropControllerMus::CreateDropTargetEvent(Window* window, | 
| uint32_t effect_bitmask) { | 
| DCHECK(window->GetHost()); | 
| gfx::Point root_location = screen_location; | 
| -  window->GetHost()->ConvertPointFromNativeScreen(&root_location); | 
| +  window->GetHost()->ConvertScreenInPixelsToDIP(&root_location); | 
| gfx::Point location = root_location; | 
| Window::ConvertPointToTarget(window->GetRootWindow(), window, &location); | 
| std::unique_ptr<ui::DropTargetEvent> event = | 
|  |