| Index: chrome/browser/ui/cocoa/infobars/infobar_gradient_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.mm b/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.mm
|
| index 21b954235a7935fc26ee6f2c581653c93b1b8944..1abc77c07ae5cf90bf5f743cf6fd848eb52245ca 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.mm
|
| +++ b/chrome/browser/ui/cocoa/infobars/infobar_gradient_view.mm
|
| @@ -60,7 +60,7 @@
|
|
|
| - (void)drawRect:(NSRect)rect {
|
| NSRect bounds = [self bounds];
|
| - bounds.size.height = InfoBarContainerDelegate::kDefaultBarTargetHeight;
|
| + bounds.size.height = InfoBarContainerDelegate::kDefaultBarTargetHeightMd;
|
| CGFloat tipXOffset = arrowX_ - arrowHalfWidth_;
|
|
|
| // Around the bounds of the infobar, continue drawing the path into which the
|
|
|