| Index: chrome/browser/ntp_background_util.cc
|
| diff --git a/chrome/browser/ntp_background_util.cc b/chrome/browser/ntp_background_util.cc
|
| index c6682d0d7fda06b3d175046b71b5ef89d80bda00..caabc4e912e93b1db2b6d77bac1b4a1dd315029e 100644
|
| --- a/chrome/browser/ntp_background_util.cc
|
| +++ b/chrome/browser/ntp_background_util.cc
|
| @@ -50,7 +50,7 @@ void PaintThemeBackground(
|
| x_pos += area.x();
|
| y_pos += area.y();
|
|
|
| - canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height);
|
| + canvas->TileImage(*ntp_background, gfx::Rect(x_pos, y_pos, width, height));
|
| }
|
|
|
| } // namespace
|
|
|