| Index: ui/views/controls/button/label_button.h
|
| diff --git a/ui/views/controls/button/label_button.h b/ui/views/controls/button/label_button.h
|
| index c9ec241b4121392748cf7b8a6aff860710d5a536..25fcdb565268bef8f9aade71c975320a96b81d7e 100644
|
| --- a/ui/views/controls/button/label_button.h
|
| +++ b/ui/views/controls/button/label_button.h
|
| @@ -129,7 +129,7 @@ class VIEWS_EXPORT LabelButton : public CustomButton,
|
| void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
|
|
|
| // CustomButton:
|
| - void StateChanged() override;
|
| + void StateChanged(ButtonState old_state) override;
|
|
|
| // Fills |params| with information about the button.
|
| virtual void GetExtraParams(ui::NativeTheme::ExtraParams* params) const;
|
|
|