| Index: chrome/browser/ui/views/location_bar/suggested_text_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/suggested_text_view.cc b/chrome/browser/ui/views/location_bar/suggested_text_view.cc
|
| index 1d6947364b044f87c138b0d00fd5da5517bd6170..3479683d1160549242217818c351a69708b2dcaf 100644
|
| --- a/chrome/browser/ui/views/location_bar/suggested_text_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/suggested_text_view.cc
|
| @@ -47,7 +47,7 @@ void SuggestedTextView::OnPaintBackground(gfx::Canvas* canvas) {
|
| return;
|
|
|
| // TODO(sky): these numbers need to come from the edit.
|
| - canvas->FillRect(bg_color_, gfx::Rect(0, 2, width(), height() - 5));
|
| + canvas->FillRect(gfx::Rect(0, 2, width(), height() - 5), bg_color_);
|
| }
|
|
|
| void SuggestedTextView::AnimationEnded(const ui::Animation* animation) {
|
|
|