Chromium Code Reviews| Index: chrome/browser/ui/cocoa/drag_util.h |
| diff --git a/chrome/browser/ui/cocoa/drag_util.h b/chrome/browser/ui/cocoa/drag_util.h |
| index 04a0932d334359f5038e0c046c40e9c1c4ee3d47..106062411a8e52430afe2a92566ac1cb6b314758 100644 |
| --- a/chrome/browser/ui/cocoa/drag_util.h |
| +++ b/chrome/browser/ui/cocoa/drag_util.h |
| @@ -26,7 +26,7 @@ BOOL IsUnsupportedDropData(Profile* profile, id<NSDraggingInfo> info); |
| // Returns a drag image for a bookmark. |
| NSImage* DragImageForBookmark(NSImage* favicon, |
| const base::string16& title, |
| - CGFloat title_width); |
| + CGFloat drag_image_width); |
|
Avi (use Gerrit)
2017/02/18 01:38:28
FYI, this parameter has always been the total max
|
| } // namespace drag_util |