Index: chrome/browser/ui/views/location_bar/location_bar_view.cc |
=================================================================== |
--- chrome/browser/ui/views/location_bar/location_bar_view.cc (revision 82144) |
+++ chrome/browser/ui/views/location_bar/location_bar_view.cc (working copy) |
@@ -697,8 +697,8 @@ |
// below, and all our other bubbles. |
const SkScalar radius(SkIntToScalar(BubbleBorder::GetCornerRadius())); |
bounds.Inset(kNormalHorizontalEdgeThickness, 0); |
- canvas->AsCanvasSkia()->drawRoundRect(gfx::RectToSkRect(bounds), radius, |
- radius, paint); |
+ canvas->AsCanvasSkia()->skia_canvas()->drawRoundRect( |
+ gfx::RectToSkRect(bounds), radius, radius, paint); |
} else { |
canvas->FillRectInt(color, bounds.x(), bounds.y(), bounds.width(), |
bounds.height()); |