diff options
Diffstat (limited to 'chrome/browser/ntp_background_util.cc')
-rw-r--r-- | chrome/browser/ntp_background_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ntp_background_util.cc b/chrome/browser/ntp_background_util.cc index caabc4e..c6682d0 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->TileImage(*ntp_background, gfx::Rect(x_pos, y_pos, width, height)); + canvas->TileImageInt(*ntp_background, x_pos, y_pos, width, height); } } // namespace |