Index: chrome/browser/ui/views/fullscreen_exit_bubble.cc |
=================================================================== |
--- chrome/browser/ui/views/fullscreen_exit_bubble.cc (revision 82144) |
+++ chrome/browser/ui/views/fullscreen_exit_bubble.cc (working copy) |
@@ -101,7 +101,7 @@ |
paint.setStyle(SkPaint::kFill_Style); |
paint.setFlags(SkPaint::kAntiAlias_Flag); |
paint.setColor(SK_ColorBLACK); |
- canvas->AsCanvasSkia()->drawPath(path, paint); |
+ canvas->AsCanvasSkia()->skia_canvas()->drawPath(path, paint); |
} |
// FullscreenExitBubble -------------------------------------------------------- |