| 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 1712fbac613a4a69eb1d7c30849dd07fcd0b13c2..9201c4af7f4d7f46e19df53435b59d5d9d256bc0 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.
|
|
|