| 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..d65760c00505fa9d99050bdd37a652b5a874a067 100644
|
| --- a/ui/views/controls/menu/menu_config.h
|
| +++ b/ui/views/controls/menu/menu_config.h
|
| @@ -128,6 +128,8 @@ struct VIEWS_EXPORT MenuConfig {
|
| // appears.
|
| int show_delay;
|
|
|
| + bool has_rounded_corners;
|
| +
|
| private:
|
| // Configures a MenuConfig as appropriate for the current platform.
|
| void Init(const ui::NativeTheme* theme);
|
|
|