Chromium Code Reviews| 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..b0e60ea3f479af9ede918a9073e25ab8fdbb4f20 100644 |
| --- a/ui/views/controls/menu/menu_config.h |
| +++ b/ui/views/controls/menu/menu_config.h |
| @@ -110,6 +110,8 @@ 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; |
|
sky
2012/08/21 20:34:00
newline between 114/115.
|
| private: |
| // Creates and configures a new MenuConfig as appropriate for the current |
| // platform. |