| 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 665f2826383414bd1b97fff5757f0cad4573db70..26eeb89d96642550febc076c912c821a706ba529 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_->GetDispatcher()->host()->ConvertPointFromNativeScreen(
|
| + root_window_->GetHost()->ConvertPointFromNativeScreen(
|
| &root_location);
|
| aura::Window* target_window =
|
| root_window_->GetEventHandlerForPoint(root_location);
|
|
|