| Index: ash/system/tray_user.cc
|
| diff --git a/ash/system/tray_user.cc b/ash/system/tray_user.cc
|
| index 1cdfde50c10ed97e801ad11a7de1639daa9c6d19..13b1f41551559c0da24aa63c7d8fb1975fec7b58 100644
|
| --- a/ash/system/tray_user.cc
|
| +++ b/ash/system/tray_user.cc
|
| @@ -49,7 +49,7 @@ class TrayButton : public views::TextButton {
|
| SchedulePaint();
|
| }
|
|
|
| - virtual void OnPaintBackground(gfx::Canvas* canvas) OVERRIDE {
|
| + virtual void OnPaintBackground(gfx::CanvasSkia* canvas) OVERRIDE {
|
| if (hover_)
|
| hover_bg_->Paint(canvas, this);
|
| else
|
|
|