| Index: chrome/browser/ui/views/theme_install_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/theme_install_bubble_view.cc b/chrome/browser/ui/views/theme_install_bubble_view.cc
|
| index 67c26f711abd878a6564dc3d5f0fb71022cd096b..79c52e30f04aafb21ee4d8954ed3ff65e67e42ad 100644
|
| --- a/chrome/browser/ui/views/theme_install_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/theme_install_bubble_view.cc
|
| @@ -129,7 +129,7 @@ void ThemeInstallBubbleView::OnPaint(gfx::Canvas* canvas) {
|
| SkIntToScalar(height()));
|
| SkPath path;
|
| path.addRoundRect(rect, rad, SkPath::kCW_Direction);
|
| - canvas->AsCanvasSkia()->drawPath(path, paint);
|
| + canvas->GetSkCanvas()->drawPath(path, paint);
|
|
|
| int text_width = views::Label::font().GetStringWidth(text_);
|
| gfx::Rect body_bounds(kTextHorizPadding / 2, 0, text_width, height());
|
|
|