Index: trunk/src/ash/drag_drop/drag_drop_controller_unittest.cc |
=================================================================== |
--- trunk/src/ash/drag_drop/drag_drop_controller_unittest.cc (revision 224497) |
+++ trunk/src/ash/drag_drop/drag_drop_controller_unittest.cc (working copy) |
@@ -77,7 +77,7 @@ |
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), 1.0f); |
+ gfx::ImageSkiaRep image_rep(gfx::Size(10, 20), ui::SCALE_FACTOR_100P); |
gfx::ImageSkia image_skia(image_rep); |
drag_utils::SetDragImageOnDataObject( |