| Index: ui/views/controls/button/radio_button.h
|
| diff --git a/ui/views/controls/button/radio_button.h b/ui/views/controls/button/radio_button.h
|
| index b0ee7f7701f60242c9c006819af421cc8b2dbbae..179fd3e91d52fdf0c5085fc139c2f5999e70ba08 100644
|
| --- a/ui/views/controls/button/radio_button.h
|
| +++ b/ui/views/controls/button/radio_button.h
|
| @@ -36,7 +36,7 @@ class VIEWS_EXPORT RadioButton : public Checkbox {
|
|
|
| // Overridden from Checkbox:
|
| void SetChecked(bool checked) override;
|
| - void PaintFocusRing(gfx::Canvas* canvas, const SkPaint& paint) override;
|
| + void PaintFocusRing(gfx::Canvas* canvas, const CdlPaint& paint) override;
|
| gfx::VectorIconId GetVectorIconId() const override;
|
|
|
| private:
|
|
|