| 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 ef65d68801c0fcc07655a8fffc61777208dfc27d..e92b27000c048362eaae4ab77b53507b3c425ae9 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
|
| @@ -691,7 +691,7 @@ void DesktopDragDropClientAuraX11::DragTranslate(
|
| scoped_ptr<ui::DropTargetEvent>* event,
|
| aura::client::DragDropDelegate** delegate) {
|
| gfx::Point root_location = root_window_location;
|
| - root_window_->GetDispatcher()->host()->ConvertPointFromNativeScreen(
|
| + root_window_->GetHost()->ConvertPointFromNativeScreen(
|
| &root_location);
|
| aura::Window* target_window =
|
| root_window_->GetEventHandlerForPoint(root_location);
|
|
|