Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c6d0e5b authored by Sally Qi's avatar Sally Qi Committed by Android (Google) Code Review
Browse files

Merge "[SF] Add supportMixedColorSpace variables into OverlayProperties aidl interface."

parents 118cd603 8b4cb55c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,4 +23,6 @@ parcelable OverlayProperties {
        int[] dataspaces;
    }
    SupportedBufferCombinations[] combinations;

    boolean supportMixedColorSpaces;
}
+1 −0
Original line number Diff line number Diff line
@@ -1492,6 +1492,7 @@ status_t SurfaceFlinger::getOverlaySupport(gui::OverlayProperties* outProperties
        outCombination.dataspaces = std::move(dataspaces);
        outProperties->combinations.emplace_back(outCombination);
    }
    outProperties->supportMixedColorSpaces = aidlProperties.supportMixedColorSpaces;
    return NO_ERROR;
}