Merge "Clear composition changes when a color mode is not supported" into sc-dev am: f569528b19
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/15244526 Change-Id: Ia3186d6d30fcaab371cee4adba50108a61fff515
This commit is contained in:
commit
981a3c1a66
1 changed files with 1 additions and 0 deletions
|
@ -458,6 +458,7 @@ TEST_P(GraphicsCompositionTest, ClientComposition) {
|
|||
<< " pixel format: PixelFormat::RGBA_8888 dataspace: "
|
||||
<< ReadbackHelper::getDataspaceString(clientDataspace)
|
||||
<< " unsupported for display" << std::endl;
|
||||
mReader->mCompositionChanges.clear();
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue