| Index: ui/views/controls/menu/menu_scroll_view_container.cc
|
| diff --git a/ui/views/controls/menu/menu_scroll_view_container.cc b/ui/views/controls/menu/menu_scroll_view_container.cc
|
| index ea02917f94a18ff2c53edf9880988a40e74d6301..c1d4c65c2a5838364b10e7868af01f74ed42f107 100644
|
| --- a/ui/views/controls/menu/menu_scroll_view_container.cc
|
| +++ b/ui/views/controls/menu/menu_scroll_view_container.cc
|
| @@ -281,7 +281,7 @@ void MenuScrollViewContainer::CreateDefaultBorder() {
|
| int padding = menu_config.corner_radius > 0 ?
|
| kBorderPaddingDueToRoundedCorners : 0;
|
|
|
| -#if !(defined(OS_LINUX) && !defined(OS_CHROMEOS))
|
| +#if defined(USE_AURA) && !(defined(OS_LINUX) && !defined(OS_CHROMEOS))
|
| if (menu_config.native_theme == ui::NativeThemeAura::instance()) {
|
| // In case of NativeThemeAura the border gets drawn with the shadow.
|
| // Furthermore no additional padding is wanted.
|
|
|