| Index: chrome/browser/ui/cocoa/tabpose_window.mm
|
| diff --git a/chrome/browser/ui/cocoa/tabpose_window.mm b/chrome/browser/ui/cocoa/tabpose_window.mm
|
| index 8448d24c4ced8ac20d7bfb388997b4231ea81131..90672be34b60bdb453bba0a197c978bcab4530aa 100644
|
| --- a/chrome/browser/ui/cocoa/tabpose_window.mm
|
| +++ b/chrome/browser/ui/cocoa/tabpose_window.mm
|
| @@ -232,7 +232,7 @@ void ThumbnailLoader::LoadThumbnail() {
|
| // TODO(thakis|rsesek): This is not correct for background tabs with
|
| // infobars as the aspect ratio will be wrong. Fix that.
|
| topOffset += NSHeight([[infoBarContainer view] frame]) -
|
| - [infoBarContainer antiSpoofHeight];
|
| + [infoBarContainer overlappingTipHeight];
|
| }
|
|
|
| bool always_show_bookmark_bar =
|
|
|