| Index: ash/drag_drop/drag_drop_controller_unittest.cc
|
| diff --git a/ash/drag_drop/drag_drop_controller_unittest.cc b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| index 34bd1d377bb40fc2fbd295939eef87a7ae7d0b54..ce4810ef14bb043959f6a3bb6eb9fdcbd285b5bb 100644
|
| --- a/ash/drag_drop/drag_drop_controller_unittest.cc
|
| +++ b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| @@ -81,8 +81,7 @@ class DragTestView : public views::View {
|
| gfx::ImageSkiaRep image_rep(gfx::Size(10, 20), 1.0f);
|
| gfx::ImageSkia image_skia(image_rep);
|
|
|
| - drag_utils::SetDragImageOnDataObject(
|
| - image_skia, image_skia.size(), gfx::Vector2d(), data);
|
| + drag_utils::SetDragImageOnDataObject(image_skia, gfx::Vector2d(), data);
|
| }
|
|
|
| virtual bool OnMousePressed(const ui::MouseEvent& event) OVERRIDE {
|
|
|