| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 224c03243d067c2ea952583fff28cb72c3617eb3..a218dbd2125ff2f7ede814d6474fed48bc9b0ec5 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -352,12 +352,8 @@ const char kEnableBlinkFeatures[] = "enable-blink-features";
|
| // PlzNavigate: Use the experimental browser-side navigation path.
|
| const char kEnableBrowserSideNavigation[] = "enable-browser-side-navigation";
|
|
|
| -// Changes the behavior of the "default" color space conversion mode in
|
| -// 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 color space and pixel format canvas extensions.
|
| +const char kEnableColorCanvasExtensions[] = "enable-color-canvas-extensions";
|
|
|
| // Enables display list based 2d canvas implementation. Options:
|
| // 1. Enable: allow browser to use display list for 2d canvas (browser makes
|
|
|