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

Unified Diff: ios/chrome/browser/ui/stack_view/card_stack_layout_manager.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_stack_layout_manager.h
diff --git a/ios/chrome/browser/ui/stack_view/card_stack_layout_manager.h b/ios/chrome/browser/ui/stack_view/card_stack_layout_manager.h
index 54d942833a1f085e45e736bf4c1b37adb5d3b9d0..ca23b74d2ef857742566d2083699a2f48bfa2679 100644
--- a/ios/chrome/browser/ui/stack_view/card_stack_layout_manager.h
+++ b/ios/chrome/browser/ui/stack_view/card_stack_layout_manager.h
@@ -15,15 +15,7 @@
// Encapsulates a stack of cards and their layout behavior, supporting
// fanning the cards out along an axis and gathering them to fit in a given
// area.
-@interface CardStackLayoutManager : NSObject {
- @private
- base::scoped_nsobject<NSMutableArray> cards_;
- // YES if the previous call to one of {|scrollCardAtIndex|,
- // |handleMultitouchWithFirstDelta|} was to the former method; NO otherwise.
- BOOL treatOverExtensionAsScroll_;
- NSUInteger previousFirstPinchCardIndex_;
- NSUInteger previousSecondPinchCardIndex_;
-}
+@interface CardStackLayoutManager : NSObject
// The size of a card. Setting this property preserves card origins with the
// exception that cards are moved as necessary to satisfy placement constraints
« no previous file with comments | « ios/chrome/browser/ui/stack_view/card_set.mm ('k') | ios/chrome/browser/ui/stack_view/card_stack_layout_manager.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698