mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Revert the CefMenuModel separator changes added in revision 747.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@749 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -984,33 +984,6 @@ enum cef_menu_item_type_t {
|
||||
MENUITEMTYPE_SUBMENU,
|
||||
};
|
||||
|
||||
///
|
||||
// Supported menu separator types.
|
||||
///
|
||||
enum cef_menu_separator_type_t {
|
||||
MENUSEPARATORTYPE_NONE,
|
||||
|
||||
///
|
||||
// Normal - top to bottom: Spacing, line, spacing
|
||||
///
|
||||
MENUSEPARATORTYPE_NORMAL,
|
||||
|
||||
///
|
||||
// Upper - top to bottom: Line, spacing
|
||||
///
|
||||
MENUSEPARATORTYPE_UPPER,
|
||||
|
||||
///
|
||||
// Lower - top to bottom: Spacing, line
|
||||
///
|
||||
MENUSEPARATORTYPE_LOWER,
|
||||
|
||||
///
|
||||
// Spacing - top to bottom: Spacing only.
|
||||
///
|
||||
MENUSEPARATORTYPE_SPACING,
|
||||
};
|
||||
|
||||
///
|
||||
// Supported context menu type flags.
|
||||
///
|
||||
|
Reference in New Issue
Block a user