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

Unified Diff: ios/chrome/browser/ui/stack_view/card_view.h

Issue 2944443003: [ObjC ARC] Converts ios/chrome/browser/ui/stack_view:stack_view to ARC. (Closed)
Patch Set: Add and use explicit disconnect in CardSet. Created 3 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: ios/chrome/browser/ui/stack_view/card_view.h
diff --git a/ios/chrome/browser/ui/stack_view/card_view.h b/ios/chrome/browser/ui/stack_view/card_view.h
index 298a995979b832fb701c6f18330665275ec82ae3..137dec21d57967ae56a025fe26e4e60c0e26f180 100644
--- a/ios/chrome/browser/ui/stack_view/card_view.h
+++ b/ios/chrome/browser/ui/stack_view/card_view.h
@@ -52,7 +52,7 @@ typedef enum {
@property(nonatomic, assign) BOOL isActiveTab;
// The snapshot displayed on the card.
-@property(nonatomic, retain) UIImage* image;
+@property(nonatomic, strong) UIImage* image;
// Whether the card view should render its shadow.
@property(nonatomic, assign) BOOL shouldShowShadow;
« no previous file with comments | « ios/chrome/browser/ui/stack_view/card_stack_pinch_gesture_recognizer.mm ('k') | ios/chrome/browser/ui/stack_view/card_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698