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

Unified Diff: ui/gfx/switches.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
« ui/gfx/mac/io_surface.cc ('K') | « ui/gfx/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/switches.cc
diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc
index 07ee2fc16729bc3b4ee2be0b6a6e6f936fe5463d..98c4cad5b7d19fadbc70847cec1cfead84c9428c 100644
--- a/ui/gfx/switches.cc
+++ b/ui/gfx/switches.cc
@@ -21,4 +21,8 @@ const char kEnableHarfBuzzRenderText[] = "enable-harfbuzz-rendertext";
// Run in headless mode, i.e., without a UI or display server dependencies.
const char kHeadless[] = "headless";
+// Convert rasterization and compositing inputs to the output color space
+// before operating on them.
+const char kEnableColorCorrectRendering[] = "enable-color-correct-rendering";
+
} // namespace switches
« ui/gfx/mac/io_surface.cc ('K') | « ui/gfx/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698