| 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 c5c12896c82151dfdde0d3b620698d5cacba4b72..b3d581e35f19ec572710514ac250a1a7710f8e24 100644
|
| --- a/ui/views/controls/button/radio_button.h
|
| +++ b/ui/views/controls/button/radio_button.h
|
| @@ -36,7 +36,8 @@ 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 cc::PaintFlags& paint) override;
|
| const gfx::VectorIcon& GetVectorIcon() const override;
|
|
|
| private:
|
|
|