summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/about_chrome_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/about_chrome_view.cc')
-rw-r--r--chrome/browser/ui/views/about_chrome_view.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/ui/views/about_chrome_view.cc b/chrome/browser/ui/views/about_chrome_view.cc
index 907c3b5..be136e7 100644
--- a/chrome/browser/ui/views/about_chrome_view.cc
+++ b/chrome/browser/ui/views/about_chrome_view.cc
@@ -430,11 +430,11 @@ void AboutChromeView::OnPaint(gfx::Canvas* canvas) {
// dialog.
SkBitmap* background = ResourceBundle::GetSharedInstance().GetBitmapNamed(
IDR_ABOUT_BACKGROUND_COLOR);
- canvas->TileImage(*background, gfx::Rect(0, 0, dialog_dimensions_.width(),
- background->height()));
+ canvas->TileImageInt(*background, 0, 0, dialog_dimensions_.width(),
+ background->height());
gfx::Font font =
- ui::ResourceBundle::GetSharedInstance().GetFont(ResourceBundle::BaseFont);
+ ResourceBundle::GetSharedInstance().GetFont(ResourceBundle::BaseFont);
const gfx::Rect label_bounds = main_text_label_->bounds();