| Index: chrome/browser/ui/views/theme_install_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/theme_install_bubble_view.cc (revision 82144)
|
| +++ chrome/browser/ui/views/theme_install_bubble_view.cc (working copy)
|
| @@ -128,7 +128,7 @@
|
| SkIntToScalar(height()));
|
| SkPath path;
|
| path.addRoundRect(rect, rad, SkPath::kCW_Direction);
|
| - canvas->AsCanvasSkia()->drawPath(path, paint);
|
| + canvas->AsCanvasSkia()->skia_canvas()->drawPath(path, paint);
|
|
|
| int text_width = views::Label::font().GetStringWidth(text_);
|
| gfx::Rect body_bounds(kTextHorizPadding / 2, 0, text_width, height());
|
|
|