Chromium Code Reviews| 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 1eedc0f7d6b0fc03654765fdf9020102460992a5..e43e052a7300ada8c2c795488fc928c8525b1f26 100644 |
| --- a/ui/views/controls/button/menu_button.h |
| +++ b/ui/views/controls/button/menu_button.h |
| @@ -85,6 +85,9 @@ class VIEWS_EXPORT MenuButton : public LabelButton { |
| // Overridden from LabelButton: |
| virtual gfx::Rect GetChildAreaBounds() OVERRIDE; |
| + // Overridden from MenuButton: |
|
flackr
2014/10/14 14:11:06
Overridden from MenuButton? Isn't this MenuButton?
jonross
2014/10/14 16:00:48
Yup, meant CustomButton.
|
| + virtual bool ShouldEnterPushedState(const ui::Event& event) OVERRIDE; |
| + |
| // Offset of the associated menu position. |
| gfx::Point menu_offset_; |