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

Unified Diff: ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h

Issue 2967083002: [ios] TabCollectionTabCell to use SnapshotCache. (Closed)
Patch Set: Clean up Created 3 years, 5 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/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h
diff --git a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h
index ed919d531c8034a16f314a59959a43b8851f8fd5..ad34a1b5ff9e8b3e1f117a8341c7a870b6333cec 100644
--- a/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h
+++ b/ios/clean/chrome/browser/ui/tab_collection/tab_collection_tab_cell.h
@@ -5,10 +5,9 @@
#ifndef IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_TAB_CELL_H_
#define IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_TAB_CELL_H_
-#import <UIKit/UIKit.h>
-
#import "ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.h"
+@class SnapshotCache;
@class TabCollectionItem;
// Cell represents a tab for use in the tab collection. It has a title, favicon,
@@ -16,7 +15,8 @@
// highlight in the tintColor.
// PLACEHOLDER: Create custom implemementation rather than subclassing.
@interface TabCollectionTabCell : TabSwitcherLocalSessionCell
-@property(nonatomic, strong) TabCollectionItem* item;
+- (void)configureCell:(TabCollectionItem*)item
+ snapshotCache:(SnapshotCache*)snapshotCache;
@end
#endif // IOS_CLEAN_CHROME_BROWSER_UI_TAB_COLLECTION_TAB_COLLECTION_TAB_CELL_H_

Powered by Google App Engine
This is Rietveld 408576698