Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(908)

Unified Diff: ui/views/controls/button/menu_button.h

Issue 24647003: Redesign of the avatar menu button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unbork test Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..980e686322ca617398dc396429659e809fff408d 100644
--- a/ui/views/controls/button/menu_button.h
+++ b/ui/views/controls/button/menu_button.h
@@ -66,6 +66,9 @@ class VIEWS_EXPORT MenuButton : public TextButton {
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
protected:
+ // Paint the menu marker image.
+ void PaintMenuMarker(gfx::Canvas* canvas);
+
// True if the menu is currently visible.
bool menu_visible_;

Powered by Google App Engine
This is Rietveld 408576698