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

Unified Diff: content/public/common/content_switches.cc

Issue 2755583003: color: Remove flags for true color rendering (Closed)
Patch Set: Created 3 years, 9 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 | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/web_preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index b06ca7cd661229c1de5c6037d379dbed5860f65e..313f2fae584c13f37ed5ed5010bfed47debc5832 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -357,13 +357,12 @@ const char kEnableBlinkFeatures[] = "enable-blink-features";
const char kEnableBrowserSideNavigation[] = "enable-browser-side-navigation";
// Changes the behavior of the "default" color space conversion mode in
-// createImageBitmap. When enabled without kEnableColorCorrectRendering or
-// kEnableTrueColorRendering flags, "default" means color correct the image
-// bitmap to the display color space.
+// createImageBitmap. When enabled without the kEnableColorCorrectRendering
+// flag, "default" means color correct the image bitmap to the display color
+// space.
const char kEnableColorCorrectRenderingDefaultMode[] =
"enable-color-correct-rendering-default-mode";
-
// Enables display list based 2d canvas implementation. Options:
// 1. Enable: allow browser to use display list for 2d canvas (browser makes
// decision).
« no previous file with comments | « content/public/common/common_param_traits_macros.h ('k') | content/public/common/web_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698