Index: chrome/browser/cocoa/tab_view.mm |
diff --git a/chrome/browser/cocoa/tab_view.mm b/chrome/browser/cocoa/tab_view.mm |
index 8e4c8e37eb6571d520ec400bb1f7f99ebe8c2ed9..9a2267685a765781790829ed932a4d436c5f1b76 100644 |
--- a/chrome/browser/cocoa/tab_view.mm |
+++ b/chrome/browser/cocoa/tab_view.mm |
@@ -598,11 +598,6 @@ const CGFloat kRapidCloseDist = 2.5; |
} |
- (void)drawRect:(NSRect)rect { |
- // If this tab is phantom, do not draw the tab background itself. The only UI |
- // element that will represent this tab is the favicon. |
- if ([controller_ phantom]) |
- return; |
- |
NSGraphicsContext* context = [NSGraphicsContext currentContext]; |
[context saveGraphicsState]; |
rect = [self bounds]; |