Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1486)

Unified Diff: ui/app_list/views/app_list_view.cc

Issue 659233002: STASH: Epic Experimental patch for toolkit-views App List on Mac Base URL: https://chromium.googlesource.com/chromium/src.git/+/master
Patch Set: Fix a few things. Works@master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/test/run_all_unittests.cc ('k') | ui/gfx/font_render_params_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c6b8896530e7f9758e2ba68044c177ad73940539..eacef22eb2b6fd19a0a94d6346d19eed711e1bfc 100644
--- a/ui/app_list/views/app_list_view.cc
+++ b/ui/app_list/views/app_list_view.cc
@@ -74,7 +74,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
« no previous file with comments | « ui/app_list/test/run_all_unittests.cc ('k') | ui/gfx/font_render_params_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698