| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 4351fb109f2fed3bebe40ce42e460f3442c564a1..18af4b8115408bb009a748367b64b1391ec4ca09 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -351,6 +351,11 @@ const char kInertVisualViewportDescription[] =
|
| "Experiment to have all APIs reflect the layout viewport. This will "
|
| "make window.scroll properties relative to the layout viewport.";
|
|
|
| +const char kColorCorrectRenderingName[] = "Color correct rendering";
|
| +
|
| +const char kColorCorrectRenderingDescription[] =
|
| + "Enables color correct rendering of web content.";
|
| +
|
| const char kExperimentalCanvasFeaturesName[] = "Experimental canvas features";
|
|
|
| const char kExperimentalCanvasFeaturesDescription[] =
|
|
|