| Index: ui/views/button_drag_utils.cc
|
| diff --git a/ui/views/button_drag_utils.cc b/ui/views/button_drag_utils.cc
|
| index 0084ba9cca6b556f63f786368a67775524950260..500c5e0753c2214cab681c3d6cc3fde25efb4405 100644
|
| --- a/ui/views/button_drag_utils.cc
|
| +++ b/ui/views/button_drag_utils.cc
|
| @@ -47,8 +47,10 @@ void SetURLAndDragImage(const GURL& url,
|
| scoped_ptr<gfx::Canvas> canvas(
|
| views::GetCanvasForDragImage(widget, prefsize));
|
| button.PaintButton(canvas.get(), views::TextButton::PB_FOR_DRAG);
|
| - drag_utils::SetDragImageOnDataObject(*canvas, prefsize,
|
| - gfx::Vector2d(prefsize.width() / 2, prefsize.height() / 2), data);
|
| + drag_utils::SetDragImageOnDataObject(
|
| + *canvas,
|
| + gfx::Vector2d(prefsize.width() / 2, prefsize.height() / 2),
|
| + data);
|
| }
|
|
|
| } // namespace button_drag_utils
|
|
|