| 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 ba461929e471afd8b74e878c3e7c6a56626d27fc..0cd770eb7f5224418e8101b96f4567fc7772008a 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(
|
|
|