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 31f3d6763c444664f2e72a2ddaf9c328d0fdacbf..bd3ca91b0997b260ce69561d75176f11932ae8a3 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -432,7 +432,8 @@ gfx::Point BrowserView::OffsetPointForToolbarBackgroundImage( |
// vertically at the top edge of the horizontal tab strip (or where it would |
// be). We expect our parent's origin to be the window origin. |
gfx::Point window_point(point.Add(GetMirroredPosition())); |
- window_point.Offset(0, -frame_->GetTabStripInsets(false).top); |
+ window_point.Offset(frame_->GetThemeBackgroundXInset(), |
+ -frame_->GetTabStripInsets(false).top); |
return window_point; |
} |