summaryrefslogtreecommitdiffstats
path: root/ash/drag_drop/drag_image_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/drag_drop/drag_image_view.cc')
-rw-r--r--ash/drag_drop/drag_image_view.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/drag_drop/drag_image_view.cc b/ash/drag_drop/drag_image_view.cc
index cdde40a..7a138f3 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);
}