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

Unified Diff: ui/base/material_design/material_design_controller.cc

Issue 1759483005: [MD] turn on MD by default for desktop linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/material_design/material_design_controller.cc
diff --git a/ui/base/material_design/material_design_controller.cc b/ui/base/material_design/material_design_controller.cc
index 0ac15448fe3f56e17e181c6c71ccf9eb07155172..877b1a346e8d845e688be6f9b3d494df2929f050 100644
--- a/ui/base/material_design/material_design_controller.cc
+++ b/ui/base/material_design/material_design_controller.cc
@@ -44,6 +44,8 @@ MaterialDesignController::Mode MaterialDesignController::DefaultMode() {
return Mode::MATERIAL_HYBRID;
}
return Mode::MATERIAL_NORMAL;
+#elif defined(OS_LINUX)
+ return Mode::MATERIAL_NORMAL;
#else
return Mode::NON_MATERIAL;
#endif // defined(OS_CHROMEOS)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698