Index: ash/drag_drop/drag_image_view.cc |
diff --git a/ash/drag_drop/drag_image_view.cc b/ash/drag_drop/drag_image_view.cc |
index cdde40ae9367546714d509c8172089cdce6e0138..7a138f3ed0424f7ab5aa827c83d98a90b2f5eecf 100644 |
--- a/ash/drag_drop/drag_image_view.cc |
+++ b/ash/drag_drop/drag_image_view.cc |
@@ -41,7 +41,7 @@ DragImageView::~DragImageView() { |
widget_->Hide(); |
} |
-void DragImageView::SetScreenBounds(const gfx::Rect& bounds) { |
+void DragImageView::SetBoundsInScreen(const gfx::Rect& bounds) { |
widget_->SetBounds(bounds); |
} |