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

Unified Diff: chrome/browser/about_flags.cc

Issue 2871893002: color: Ensure solid color IOSurface layers are sRGB (Closed)
Patch Set: Fix up deps Created 3 years, 7 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 6b4eb075fd465f7cc3d3c8c908874982f32810d9..6d3da1a6031a717aee56ef4f3b63fbe9885660f6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -354,7 +354,7 @@ const FeatureEntry::Choice kEnableGpuRasterizationChoices[] = {
const FeatureEntry::Choice kColorCorrectRenderingChoices[] = {
{flags_ui::kGenericExperimentChoiceDefault, "", ""},
{flags_ui::kGenericExperimentChoiceEnabled,
- cc::switches::kEnableColorCorrectRendering, ""},
+ switches::kEnableColorCorrectRendering, ""},
{flags_ui::kGenericExperimentChoiceDisabled, "", ""},
};

Powered by Google App Engine
This is Rietveld 408576698