Index: chrome/browser/ui/tabs/tab_strip_model.cc |
diff --git a/chrome/browser/ui/tabs/tab_strip_model.cc b/chrome/browser/ui/tabs/tab_strip_model.cc |
index a550ca0eac4eb795918b20af92e459524c5ebfc8..7b117fa823ab15782416df67ff6ef916856fa675 100644 |
--- a/chrome/browser/ui/tabs/tab_strip_model.cc |
+++ b/chrome/browser/ui/tabs/tab_strip_model.cc |
@@ -704,10 +704,6 @@ void TabStripModel::AddWebContents(WebContents* contents, |
if ((add_types & ADD_ACTIVE) == 0) { |
contents->GetView()->SizeContents( |
old_contents->GetView()->GetContainerSize()); |
- // We need to hide the contents or else we get and execute paints for |
- // background tabs. With enough background tabs they will steal the |
- // backing store of the visible tab causing flashing. See bug 20831. |
Charlie Reis
2013/08/19 22:18:03
Maybe add 20831 to the BUG list of the CL? There
jamesr
2013/08/19 23:50:40
Done.
|
- contents->WasHidden(); |
} |
} |
} |