sdm845-common: livedisplay: adaption -> widecolor

Change-Id: Id963f767adc9f1d023342a3a5e59c4aaec1a165f
This commit is contained in:
Danny Baumann 2019-12-20 15:34:32 +01:00 committed by LuK1337
parent e3b8932571
commit 7c6506557a

View file

@ -34,7 +34,7 @@ const std::map<int32_t, DisplayModes::ModeInfo> DisplayModes::kModeMap = {
{0, {"Standard", "default"}},
{1, {"sRGB", "srgb"}},
{2, {"DCI P3", "dci-p3"}},
{3, {"Adaptive", "adaption"}},
{3, {"Wide Color", "widecolor"}},
};
DisplayModes::DisplayModes() : mDefaultModeId(0) {