Index: ui/base/dragdrop/drag_utils.cc |
=================================================================== |
--- ui/base/dragdrop/drag_utils.cc (revision 147935) |
+++ ui/base/dragdrop/drag_utils.cc (working copy) |
@@ -102,7 +102,7 @@ |
const gfx::Size& size, |
const gfx::Point& cursor_offset, |
ui::OSExchangeData* data_object) { |
- gfx::ImageSkia image = gfx::ImageSkia(canvas.ExtractImageRep()); |
+ gfx::ImageSkia image = gfx::ImageSkia(canvas.ExtractImageSkiaRep()); |
SetDragImageOnDataObject(image, size, cursor_offset, data_object); |
} |