| 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 e2858d3778326a52bf6ffc55c46d90fe32b7f9a4..f28968abd5b4bac553542c9b7f09a35a7006b1b3 100644
|
| --- a/ui/views/controls/button/radio_button.h
|
| +++ b/ui/views/controls/button/radio_button.h
|
| @@ -33,11 +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;
|
| + gfx::VectorIconId GetVectorIconId() const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(RadioButton);
|
|
|