Chromium Code Reviews| Index: ui/gfx/switches.cc |
| diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc |
| index 98c4cad5b7d19fadbc70847cec1cfead84c9428c..f991cd8c3d27839c39d0ff642ad46791b007e57e 100644 |
| --- a/ui/gfx/switches.cc |
| +++ b/ui/gfx/switches.cc |
| @@ -25,4 +25,10 @@ const char kHeadless[] = "headless"; |
| // 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 "bt2020-gamma18" (to be used by Mac layout tests in the |
|
hubbe
2017/05/12 17:23:06
Can we just use it for *all* layout tests?
ccameron
2017/05/12 20:45:51
To think of it, I think you're right -- we should
|
| +// future). |
| +const char kForceColorProfile[] = "force-color-profile"; |
| + |
| } // namespace switches |