| 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 ce4e752d5f851fdcbe15d33dce633f9b3c90ab9e..aa49666629d00ebd6a4bd7815adce7624ba47321 100644
|
| --- a/ash/drag_drop/drag_drop_controller_unittest.cc
|
| +++ b/ash/drag_drop/drag_drop_controller_unittest.cc
|
| @@ -77,7 +77,7 @@ class DragTestView : public views::View {
|
| virtual void WriteDragData(const gfx::Point& p,
|
| OSExchangeData* data) OVERRIDE {
|
| data->SetString(UTF8ToUTF16("I am being dragged"));
|
| - gfx::ImageSkiaRep image_rep(gfx::Size(10, 20), ui::SCALE_FACTOR_100P);
|
| + gfx::ImageSkiaRep image_rep(gfx::Size(10, 20), 1.0f);
|
| gfx::ImageSkia image_skia(image_rep);
|
|
|
| drag_utils::SetDragImageOnDataObject(
|
|
|