CrOs: enable HDR by default
This CL flips the "enable-use-hdr-transfer-function" so that it's
enabled by default. This only affects ChromeOS. It also affects the
"standard" brightness of the screen in HDR-supporting models, making
it dimmer so that the transition SDR-HDR is not noticeablee. It
also takes the chance to tweak a bit said brightness.
Test: kohaku and codepen.io/miguelao/full/PooMbbx
Bug: 958166
Change-Id: I56f8f8f81b90ac58f139f7a54085ca11325ce0a2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2241946
Commit-Queue: Miguel Casas <[email protected]>
Reviewed-by: ccameron <[email protected]>
Cr-Commit-Position: refs/heads/master@{#777944}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 6f2f9cfc..7e1f315 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2279,7 +2279,7 @@
{"enable-use-hdr-transfer-function",
flag_descriptions::kEnableUseHDRTransferFunctionName,
flag_descriptions::kEnableUseHDRTransferFunctionDescription, kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kEnableUseHDRTransferFunction)},
+ SINGLE_DISABLE_VALUE_TYPE(switches::kEnableUseHDRTransferFunction)},
#endif // OS_CHROMEOS
#if defined(OS_CHROMEOS)
{"ash-limit-alt-tab-to-active-desk",