Chromium Code Reviews| Index: ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm |
| diff --git a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm |
| index 1bd0b37542d00c85ac81ed7c85cf73c081e4c8f1..45419ed4764a99d3ef2a3bb09f1c435545629830 100644 |
| --- a/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm |
| +++ b/ios/chrome/browser/ui/tab_switcher/tab_switcher_panel_cell.mm |
| @@ -230,6 +230,7 @@ CGFloat tabSwitcherLocalSessionCellTopBarHeight() { |
| CGSize snapshotSize = cellSize; |
| snapshotSize.height -= tabSwitcherLocalSessionCellTopBarHeight(); |
| base::WeakNSObject<TabSwitcherLocalSessionCell> weakCell(self); |
| + DCHECK([self cache]); |
|
lpromero
2017/01/16 18:03:21
Can you add a comment in the header for setAppeara
|
| _currentPendingSnapshotRequest = |
| [[self cache] requestSnapshotForTab:tab |
| withSize:snapshotSize |