Index: chrome/browser/ui/views/notifications/balloon_view.cc |
diff --git a/chrome/browser/ui/views/notifications/balloon_view.cc b/chrome/browser/ui/views/notifications/balloon_view.cc |
index 62f3f318bdc78943f2c37aac1b98e9d356f353d8..d9ee10725fa15e97b2209038c6d12007ee67946e 100644 |
--- a/chrome/browser/ui/views/notifications/balloon_view.cc |
+++ b/chrome/browser/ui/views/notifications/balloon_view.cc |
@@ -476,7 +476,7 @@ void BalloonViewImpl::OnPaint(gfx::Canvas* canvas) { |
SkPaint paint; |
paint.setAntiAlias(true); |
paint.setColor(kControlBarBackgroundColor); |
- canvas->AsCanvasSkia()->drawPath(path, paint); |
+ canvas->GetSkCanvas()->drawPath(path, paint); |
// Draw a 1-pixel gray line between the content and the menu bar. |
int line_width = GetTotalWidth() - kLeftMargin - kRightMargin; |