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 20cdb83316be83b5f34edbc3ec7cb3791c8149ea..ebd102112ab51bbcafce84226cc9af4bd22bc9cd 100644 |
| --- a/ui/views/controls/button/menu_button.h |
| +++ b/ui/views/controls/button/menu_button.h |
| @@ -51,6 +51,9 @@ class VIEWS_EXPORT MenuButton : public TextButton { |
| // Activate the button (called when the button is pressed). |
| virtual bool Activate(); |
| + // Paint the menu marker image. |
| + void PaintMenuMarker(gfx::Canvas* canvas); |
|
sky
2013/09/26 20:21:39
Why is this public?
noms (inactive)
2013/10/01 17:42:21
I changed it to protected.
On 2013/09/26 20:21:3
|
| + |
| // Overridden from TextButton for the potential use of a drop marker. |
| virtual void PaintButton(gfx::Canvas* canvas, PaintButtonMode mode) OVERRIDE; |