summaryrefslogtreecommitdiffstats
path: root/ash/wm/frame_painter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/frame_painter.cc')
-rw-r--r--ash/wm/frame_painter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/frame_painter.cc b/ash/wm/frame_painter.cc
index 177a7f7..9492cfc 100644
--- a/ash/wm/frame_painter.cc
+++ b/ash/wm/frame_painter.cc
@@ -83,7 +83,7 @@ void TileRoundRect(gfx::Canvas* canvas,
// CreateBitmapShader returns a Shader with a reference count of one, we
// need to unref after paint takes ownership of the shader.
shader->unref();
- canvas->GetSkCanvas()->drawPath(path, paint);
+ canvas->sk_canvas()->drawPath(path, paint);
}
} // namespace