| Index: ui/views/controls/menu/menu_config.h
|
| diff --git a/ui/views/controls/menu/menu_config.h b/ui/views/controls/menu/menu_config.h
|
| index 7cfd5c0c24fea5efa7b023aaecc17e6bdea9e96a..cce8673d2512c212b2e31430dbbe7e5a07f1cff2 100644
|
| --- a/ui/views/controls/menu/menu_config.h
|
| +++ b/ui/views/controls/menu/menu_config.h
|
| @@ -110,6 +110,9 @@ struct VIEWS_EXPORT MenuConfig {
|
| // True if submenu arrow and shortcut right edge should be aligned.
|
| bool align_arrow_and_shortcut;
|
|
|
| + // True if the context menu's should be offset from the cursor position.
|
| + bool offset_context_menus;
|
| +
|
| private:
|
| // Creates and configures a new MenuConfig as appropriate for the current
|
| // platform.
|
|
|