| Index: ui/views/widget/desktop_aura/desktop_drop_target_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_drop_target_win.cc b/ui/views/widget/desktop_aura/desktop_drop_target_win.cc
|
| index 252826aceab7b175629ed5a2d552216c3160ddc2..1a9150f68d53178d34b09487e56c728bdeb205be 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_drop_target_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_drop_target_win.cc
|
| @@ -96,7 +96,7 @@ void DesktopDropTargetWin::Translate(
|
| DragDropDelegate** delegate) {
|
| gfx::Point location(position.x, position.y);
|
| gfx::Point root_location = location;
|
| - root_window_->GetRootWindow()->ConvertPointFromNativeScreen(&root_location);
|
| + root_window_->GetDispatcher()->ConvertPointFromNativeScreen(&root_location);
|
| aura::Window* target_window =
|
| root_window_->GetEventHandlerForPoint(root_location);
|
| bool target_window_changed = false;
|
|
|