summaryrefslogtreecommitdiffstats
path: root/views/background.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/background.cc')
-rw-r--r--views/background.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/background.cc b/views/background.cc
index f9eb2135..fa79793 100644
--- a/views/background.cc
+++ b/views/background.cc
@@ -25,7 +25,7 @@ class SolidBackground : public Background {
void Paint(gfx::Canvas* canvas, View* view) const {
// Fill the background. Note that we don't constrain to the bounds as
// canvas is already clipped for us.
- canvas->AsCanvasSkia()->drawColor(get_color());
+ canvas->GetSkCanvas()->drawColor(get_color());
}
private: