Commit 0f1c8fd6 authored by Chris Blume's avatar Chris Blume Committed by Chromium LUCI CQ

Revert "Enable dynamic color gamut by default"

Certain devices were seeing whites turn yellow-ish and reported bugs.

This reverts commit 236dcacc.

Bug: 735658,1151495
Change-Id: I4f9c26026402b028b0eefdffc2b7c0e00b7c9317
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2566781
Commit-Queue: Khushal <khushalsagar@chromium.org>
Reviewed-by: default avatarKhushal <khushalsagar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#832582}
parent 63d95831
...@@ -45,7 +45,7 @@ const base::Feature kDisableDeJelly{"DisableDeJelly", ...@@ -45,7 +45,7 @@ const base::Feature kDisableDeJelly{"DisableDeJelly",
// When wide color gamut content from the web is encountered, promote our // When wide color gamut content from the web is encountered, promote our
// display to wide color gamut if supported. // display to wide color gamut if supported.
const base::Feature kDynamicColorGamut{"DynamicColorGamut", const base::Feature kDynamicColorGamut{"DynamicColorGamut",
base::FEATURE_ENABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
#endif #endif
// Uses glClear to composite solid color quads whenever possible. // Uses glClear to composite solid color quads whenever possible.
......
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