| 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 07639d174f2c6cd635cfda498b4a32a9fedf1172..e2858d3778326a52bf6ffc55c46d90fe32b7f9a4 100644
|
| --- a/ui/views/controls/button/radio_button.h
|
| +++ b/ui/views/controls/button/radio_button.h
|
| @@ -33,9 +33,11 @@ class VIEWS_EXPORT RadioButton : public Checkbox {
|
|
|
| // Overridden from LabelButton:
|
| ui::NativeTheme::Part GetThemePart() const override;
|
| + gfx::ImageSkia GetImage(ButtonState for_state) const override;
|
|
|
| // Overridden from Checkbox:
|
| void SetChecked(bool checked) override;
|
| + void PaintFocusRing(gfx::Canvas* canvas, const SkPaint& paint) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(RadioButton);
|
|
|