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

Unified Diff: ui/gfx/switches.cc

Issue 2915673003: ui/gfx: Use separate components for color_space and switches (Closed)
Patch Set: Review feedback 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 | « ui/gfx/switches.h ('k') | ui/gfx/switches_export.h » ('j') | 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 0219b5e1e01e51f8d341f3b9d4e5d10c56bc5f37..07ee2fc16729bc3b4ee2be0b6a6e6f936fe5463d 100644
--- a/ui/gfx/switches.cc
+++ b/ui/gfx/switches.cc
@@ -21,13 +21,4 @@ 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";
-
-// Force all monitors to be treated as though they have the specified color
-// profile. Accepted values are "srgb" and "generic-rgb" (currently used by Mac
-// layout tests) and "color-spin-gamma24" (used by layout tests).
-const char kForceColorProfile[] = "force-color-profile";
-
} // namespace switches
« no previous file with comments | « ui/gfx/switches.h ('k') | ui/gfx/switches_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698