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 df42c24a283c8a94f950100721b61fcd3ee4a5e0..54e0dc5ec7052c256e0d4a378764dbb1314fba69 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 |
@@ -684,7 +684,8 @@ void DesktopDragDropClientAuraX11::DragTranslate( |
scoped_ptr<ui::DropTargetEvent>* event, |
aura::client::DragDropDelegate** delegate) { |
gfx::Point root_location = root_window_location; |
- root_window_->GetDispatcher()->ConvertPointFromNativeScreen(&root_location); |
+ root_window_->GetDispatcher()->host()->ConvertPointFromNativeScreen( |
+ &root_location); |
aura::Window* target_window = |
root_window_->GetEventHandlerForPoint(root_location); |
bool target_window_changed = false; |