| 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 21d08ed03417f537e5f1582debd3fe7f0a1ff147..e0ec6cd0cae62793d1fa195ae453113c4e47836c 100644
|
| --- a/ui/views/controls/menu/menu_config.h
|
| +++ b/ui/views/controls/menu/menu_config.h
|
| @@ -128,6 +128,9 @@ struct VIEWS_EXPORT MenuConfig {
|
| // appears.
|
| int show_delay;
|
|
|
| + // Radius of the rounded corners of the menu border. Must be >= 0.
|
| + int corner_radius;
|
| +
|
| private:
|
| // Configures a MenuConfig as appropriate for the current platform.
|
| void Init(const ui::NativeTheme* theme);
|
|
|