| Index: chrome/browser/ui/views/location_bar/location_bar_view.cc
 | 
| ===================================================================
 | 
| --- chrome/browser/ui/views/location_bar/location_bar_view.cc	(revision 74228)
 | 
| +++ chrome/browser/ui/views/location_bar/location_bar_view.cc	(working copy)
 | 
| @@ -651,7 +651,7 @@
 | 
|    // can draw the border images over the background color instead of the
 | 
|    // reverse; this antialiases better (see comments in
 | 
|    // AutocompletePopupContentsView::Paint()).
 | 
| -  gfx::Rect bounds(GetLocalBounds());
 | 
| +  gfx::Rect bounds(GetContentsBounds());
 | 
|    bounds.Inset(0, kVerticalEdgeThickness);
 | 
|    SkColor color(GetColor(ToolbarModel::NONE, BACKGROUND));
 | 
|    if (mode_ == NORMAL) {
 | 
| 
 |