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

Unified Diff: ui/gfx/color_space_switches.cc

Issue 2941113002: color: Enable color correct rendering by default
Patch Set: Created 3 years, 6 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/gfx/color_space_switches.cc
diff --git a/ui/gfx/color_space_switches.cc b/ui/gfx/color_space_switches.cc
index 31e7ca84959d4db53f70a9994c57b5f1223b93be..2844a8e7e951731118fb5f6fc20581336db2a943 100644
--- a/ui/gfx/color_space_switches.cc
+++ b/ui/gfx/color_space_switches.cc
@@ -8,7 +8,7 @@
namespace features {
const base::Feature kColorCorrectRendering{"ColorCorrectRendering",
- base::FEATURE_DISABLED_BY_DEFAULT};
+ base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features
« 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