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

Unified Diff: views/controls/menu/menu_item_view.h

Issue 6811025: Change status button menu implementation from Menu2 to MenuItemView. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Mainly updates to newer coding style. Created 9 years, 8 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: views/controls/menu/menu_item_view.h
diff --git a/views/controls/menu/menu_item_view.h b/views/controls/menu/menu_item_view.h
index 980f2d6af353fe11dbf13d0429321731e51b1bf5..d94d4ea09d88c7dd576546ea3949f31b433b8411 100644
--- a/views/controls/menu/menu_item_view.h
+++ b/views/controls/menu/menu_item_view.h
@@ -21,6 +21,10 @@
#include "ui/gfx/native_theme.h"
#endif
+namespace gfx {
+class Font;
+}
+
namespace ui {
class MenuModel;
}
@@ -316,6 +320,9 @@ class MenuItemView : public View {
// Returns the flags passed to DrawStringInt.
int GetDrawStringFlags();
+ // Returns the font to use for menu text.
+ const gfx::Font& GetFont();
+
// If this menu item has no children a child is added showing it has no
// children. Otherwise AddEmtpyMenus is recursively invoked on child menu
// items that have children.

Powered by Google App Engine
This is Rietveld 408576698