commit | 8b4cb55c654999f091bf176cf683514e7676d214 | [log] [tgz] |
---|---|---|
author | Sally Qi <sallyqi@google.com> | Wed Dec 14 16:24:31 2022 -0800 |
committer | Sally Qi <sallyqi@google.com> | Wed Dec 14 16:24:31 2022 -0800 |
tree | d68a98d959a64f4d6ccc3d9828c33603f0ca191a | |
parent | 52363196454b0bfca4c395bb711d806c9b33ea44 [diff] [blame] |
[SF] Add supportMixedColorSpace variables into OverlayProperties aidl interface. Bug: 242588489 Test: build and flash Change-Id: I34ae0280256615538fc9b9e662f0b04dfa22cb51
diff --git a/services/surfaceflinger/SurfaceFlinger.cpp b/services/surfaceflinger/SurfaceFlinger.cpp index fd03ba3..d230dfd 100644 --- a/services/surfaceflinger/SurfaceFlinger.cpp +++ b/services/surfaceflinger/SurfaceFlinger.cpp
@@ -1414,6 +1414,7 @@ outCombination.dataspaces = std::move(dataspaces); outProperties->combinations.emplace_back(outCombination); } + outProperties->supportMixedColorSpaces = aidlProperties.supportMixedColorSpaces; return NO_ERROR; }