Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index e4d7e800d4d6166fa83cfeca064300b1250c94bd..9d7584a4eec119082d63e9642b50a64fac263312 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -2643,7 +2643,7 @@ int BrowserView::GetMaxTopInfoBarArrowHeight() { |
gfx::Point icon_bottom( |
toolbar_->location_bar()->GetLocationBarAnchorPoint()); |
ConvertPointToTarget(toolbar_->location_bar(), this, &icon_bottom); |
- gfx::Point infobar_top(0, infobar_container_->GetVerticalOverlap(nullptr)); |
+ gfx::Point infobar_top; |
ConvertPointToTarget(infobar_container_, this, &infobar_top); |
top_arrow_height = infobar_top.y() - icon_bottom.y(); |
} |