| 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 d908db8b40d8e9b98b9171fdca72fe8ae0603c51..94c209b96eb9260197f0750f57f3b1ba5bd5a818 100644
|
| --- a/ui/views/controls/button/menu_button.h
|
| +++ b/ui/views/controls/button/menu_button.h
|
| @@ -77,6 +77,7 @@ class VIEWS_EXPORT MenuButton : public LabelButton {
|
| void OnGestureEvent(ui::GestureEvent* event) override;
|
| bool OnKeyPressed(const ui::KeyEvent& event) override;
|
| bool OnKeyReleased(const ui::KeyEvent& event) override;
|
| + bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
|
| void GetAccessibleState(ui::AXViewState* state) override;
|
|
|
| protected:
|
|
|