| Index: chrome/browser/ntp_background_util.cc
|
| diff --git a/chrome/browser/ntp_background_util.cc b/chrome/browser/ntp_background_util.cc
|
| index 96496f598f1f72db441f13dd06b24b1339016332..ca3433c845f84bb63fcec20fc0ed7fdfe2159030 100644
|
| --- a/chrome/browser/ntp_background_util.cc
|
| +++ b/chrome/browser/ntp_background_util.cc
|
| @@ -61,7 +61,7 @@ void NtpBackgroundUtil::PaintBackgroundDetachedMode(ui::ThemeProvider* tp,
|
| const gfx::Rect& area,
|
| int tab_contents_height) {
|
| // Draw the background to match the new tab page.
|
| - canvas->FillRect(tp->GetColor(ThemeService::COLOR_NTP_BACKGROUND), area);
|
| + canvas->FillRect(area, tp->GetColor(ThemeService::COLOR_NTP_BACKGROUND));
|
|
|
| if (tp->HasCustomImage(IDR_THEME_NTP_BACKGROUND)) {
|
| int tiling = ThemeService::NO_REPEAT;
|
|
|