Index: ui/base/dragdrop/drag_utils_mac.mm |
diff --git a/ui/base/dragdrop/drag_utils_mac.mm b/ui/base/dragdrop/drag_utils_mac.mm |
index 44793f77b32e6d32863d462b27f007b8d3d33979..22171bde7fb1c12caa122755dec49d722785062a 100644 |
--- a/ui/base/dragdrop/drag_utils_mac.mm |
+++ b/ui/base/dragdrop/drag_utils_mac.mm |
@@ -9,14 +9,12 @@ |
namespace drag_utils { |
void SetDragImageOnDataObject(const gfx::Canvas& canvas, |
- const gfx::Size& size, |
const gfx::Vector2d& cursor_offset, |
ui::OSExchangeData* data_object) { |
NOTIMPLEMENTED(); |
} |
void SetDragImageOnDataObject(const gfx::ImageSkia& image_skia, |
- const gfx::Size& size, |
const gfx::Vector2d& cursor_offset, |
ui::OSExchangeData* data_object) { |
NOTIMPLEMENTED(); |