| 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 74875d1f1b28f16eccbb73fbe9ad5a25fc7bdd47..c792bb1ff5efb3945b7f291c02a8512f92e1e2fb 100644
|
| --- a/chrome/browser/ui/views/toolbar_view.cc
|
| +++ b/chrome/browser/ui/views/toolbar_view.cc
|
| @@ -594,7 +594,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->FillRectInt(SK_ColorBLACK, 0, height() - 1, width(), 1);
|
| + canvas->FillRect(SK_ColorBLACK, gfx::Rect(0, height() - 1, width(), 1));
|
| }
|
|
|
| // Note this method is ignored on Windows, but needs to be implemented for
|
|
|