| Index: views/background.cc
|
| diff --git a/views/background.cc b/views/background.cc
|
| index f9eb2135fc09bea31b88bbe719fc6b4224bf15db..fa79793318346be6a6b04bcb2d9c74ea4c31171a 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:
|
|
|