| Index: ui/views/controls/button/menu_button.h
|
| diff --git a/ui/views/controls/button/menu_button.h b/ui/views/controls/button/menu_button.h
|
| index c232cc186c0f2db493db947424128220677f190e..b0ddf33115211df9b758287c852394687f50e738 100644
|
| --- a/ui/views/controls/button/menu_button.h
|
| +++ b/ui/views/controls/button/menu_button.h
|
| @@ -96,7 +96,7 @@ class VIEWS_EXPORT MenuButton : public LabelButton {
|
| // Overridden from CustomButton:
|
| bool IsTriggerableEvent(const ui::Event& event) override;
|
| bool ShouldEnterPushedState(const ui::Event& event) override;
|
| - void StateChanged() override;
|
| + void StateChanged(ButtonState old_state) override;
|
| void NotifyClick(const ui::Event& event) override;
|
|
|
| // Offset of the associated menu position.
|
|
|