Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1242)

Unified Diff: chrome/browser/ui/cocoa/drag_util.h

Issue 2703863004: [Mac RTL] Correctly position icons and fade text for RTL. (Closed)
Patch Set: pass just the bool Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/drag_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
} // namespace drag_util
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/drag_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698