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

Unified Diff: chrome/browser/cocoa/hyperlink_button_cell.h

Issue 2769014: Mac/clang: Possibly contentious changes. (Closed)
Patch Set: comments2 Created 10 years, 6 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
Index: chrome/browser/cocoa/hyperlink_button_cell.h
diff --git a/chrome/browser/cocoa/hyperlink_button_cell.h b/chrome/browser/cocoa/hyperlink_button_cell.h
index ec22a124640769f424bf82e7ea7008adb92b30c8..c4d27ffc5da21646f71938ef038939e086320e43 100644
--- a/chrome/browser/cocoa/hyperlink_button_cell.h
+++ b/chrome/browser/cocoa/hyperlink_button_cell.h
@@ -18,7 +18,7 @@
@interface HyperlinkButtonCell : NSButtonCell {
scoped_nsobject<NSColor> textColor_;
}
-@property (retain) NSColor* textColor;
+@property (nonatomic, retain) NSColor* textColor;
+ (NSColor*)defaultTextColor;

Powered by Google App Engine
This is Rietveld 408576698