Index: ash/drag_drop/drag_drop_controller.cc |
diff --git a/ash/drag_drop/drag_drop_controller.cc b/ash/drag_drop/drag_drop_controller.cc |
index dcc102910f9cc410f054f0543158df454e652237..fec0ed3f1a194728841eb0c7d0ce511636b29834 100644 |
--- a/ash/drag_drop/drag_drop_controller.cc |
+++ b/ash/drag_drop/drag_drop_controller.cc |
@@ -73,7 +73,7 @@ int DragDropController::StartDragAndDrop(const ui::OSExchangeData& data, |
drag_image_.reset(new DragImageView); |
drag_image_->SetImage(provider.drag_image()); |
drag_image_offset_ = provider.drag_image_offset(); |
- drag_image_->SetScreenBounds(gfx::Rect( |
+ drag_image_->SetBoundsInScreen(gfx::Rect( |
root_location.Subtract(drag_image_offset_), |
drag_image_->GetPreferredSize())); |
drag_image_->SetWidgetVisible(true); |