| Index: ui/app_list/views/app_list_view.cc
|
| diff --git a/ui/app_list/views/app_list_view.cc b/ui/app_list/views/app_list_view.cc
|
| index 5f16ae022a32975835d4e5df529d2c7b992bbda8..ae48921b112241f7c2bab75cf9d696bfc70d6f6d 100644
|
| --- a/ui/app_list/views/app_list_view.cc
|
| +++ b/ui/app_list/views/app_list_view.cc
|
| @@ -73,7 +73,7 @@ bool SupportsShadow() {
|
| ::switches::kDisableDwmComposition)) {
|
| return false;
|
| }
|
| -#elif defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| +#elif defined(OS_LINUX) && !defined(OS_CHROMEOS) // || defined(OS_MACOSX)
|
| // Shadows are not supported on (non-ChromeOS) Linux.
|
| return false;
|
| #endif
|
|
|