| Index: chrome/browser/ui/views/location_bar/location_bar_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.h b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| index c1ad32ff6dbe16ebb318a6e3e0518895145d3837..dc80a45ece6800d7c336e67764949c080507ef56 100644
|
| --- a/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/location_bar_view.h
|
| @@ -486,7 +486,10 @@ class LocationBarView : public LocationBar,
|
| gfx::Font font_;
|
|
|
| // An object used to paint the normal-mode background.
|
| - scoped_ptr<views::Painter> painter_;
|
| + scoped_ptr<views::Painter> background_painter_;
|
| +
|
| + // An object used to paint the focus border when search mode is |NTP|.
|
| + scoped_ptr<views::Painter> search_focus_painter_;
|
|
|
| // An icon to the left of the edit field.
|
| LocationIconView* location_icon_view_;
|
|
|