| Index: chrome/browser/ui/views/toolbar_view.cc
|
| diff --git a/chrome/browser/ui/views/toolbar_view.cc b/chrome/browser/ui/views/toolbar_view.cc
|
| index f3ba99ba7ef8dc85002ffd6df8bb718637b2bf7f..f50cca31291b2a7a2c10f279c6c7c6a091eeead7 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar_view.cc
|
| @@ -583,7 +583,7 @@ void ToolbarView::OnPaint(gfx::Canvas* canvas) {
|
| // toolbar background below the location bar for us.
|
| // NOTE: Keep this in sync with BrowserView::GetInfoBarSeparatorColor()!
|
| if (GetWidget()->ShouldUseNativeFrame())
|
| - canvas->FillRect(SK_ColorBLACK, gfx::Rect(0, height() - 1, width(), 1));
|
| + canvas->FillRect(gfx::Rect(0, height() - 1, width(), 1), SK_ColorBLACK);
|
| }
|
|
|
| // Note this method is ignored on Windows, but needs to be implemented for
|
|
|