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

Unified Diff: ui/base/models/menu_separator_types.h

Issue 2813703003: Use NativeTheme to draw vertical menu separators. (Closed)
Patch Set: use rectf Created 3 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
« no previous file with comments | « chrome/browser/ui/views/toolbar/app_menu.cc ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/models/menu_separator_types.h
diff --git a/ui/base/models/menu_separator_types.h b/ui/base/models/menu_separator_types.h
index 32c573d84dfb6f4e336561df410d7d0f833a585b..2dcde3540211914530ce89c2f00ec83d993bb1f9 100644
--- a/ui/base/models/menu_separator_types.h
+++ b/ui/base/models/menu_separator_types.h
@@ -19,7 +19,10 @@ enum MenuSeparatorType {
LOWER_SEPARATOR,
// Spacing - top to bottom: Spacing only.
- SPACING_SEPARATOR
+ SPACING_SEPARATOR,
+
+ // Vertical separator within a row.
+ VERTICAL_SEPARATOR,
};
} // namespace ui
« no previous file with comments | « chrome/browser/ui/views/toolbar/app_menu.cc ('k') | ui/native_theme/common_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698