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

Unified Diff: chrome/browser/cocoa/view_resizer_pong.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/view_resizer_pong.h
diff --git a/chrome/browser/cocoa/view_resizer_pong.h b/chrome/browser/cocoa/view_resizer_pong.h
index f5cd2e15955831035e02301df6d1c9e32c061256..5b661512543e3b71c8559bfd47b33c73ec3309cc 100644
--- a/chrome/browser/cocoa/view_resizer_pong.h
+++ b/chrome/browser/cocoa/view_resizer_pong.h
@@ -13,7 +13,7 @@
@private
CGFloat height_;
}
-@property CGFloat height;
+@property (nonatomic) CGFloat height;
- (void)resizeView:(NSView*)view newHeight:(CGFloat)height;
@end

Powered by Google App Engine
This is Rietveld 408576698