Commit 2c51f881 authored by Miguel Casas's avatar Miguel Casas

ui: Enable HDR by default on Chromebooks

This CL flips the FeatureFlag to be enabled by default.

Bug: 958166
Change-Id: I75edaccca252c3bcb87d8550b6b6350348000022
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317569Reviewed-by: default avatarccameron <ccameron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791821}
parent f4baddfd
...@@ -10,7 +10,7 @@ namespace features { ...@@ -10,7 +10,7 @@ namespace features {
#if defined(OS_CHROMEOS) #if defined(OS_CHROMEOS)
// Enables using HDR transfer function if the monitor says it supports it. // Enables using HDR transfer function if the monitor says it supports it.
const base::Feature kUseHDRTransferFunction{"UseHDRTransferFunction", const base::Feature kUseHDRTransferFunction{"UseHDRTransferFunction",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#endif #endif
// This features allows listing all display modes of external displays in the // This features allows listing all display modes of external displays in the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment