commit | f569528b19fb981b8060cfbe56159483456ff1dd | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Fri Jul 09 21:18:30 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Jul 09 21:18:30 2021 +0000 |
tree | 4f3d3a84a93b74e4cb1ec474b7cf16a44ecca905 | |
parent | 87eb1dd928dd8e4934f18dfe3a6f7c45fbe95424 [diff] | |
parent | b1bd1e8a3253242a164ce80476452027bc0da2eb [diff] |
Merge "Clear composition changes when a color mode is not supported" into sc-dev
diff --git a/graphics/composer/2.2/vts/functional/VtsHalGraphicsComposerV2_2ReadbackTest.cpp b/graphics/composer/2.2/vts/functional/VtsHalGraphicsComposerV2_2ReadbackTest.cpp index 7a1568b..7a053f1 100644 --- a/graphics/composer/2.2/vts/functional/VtsHalGraphicsComposerV2_2ReadbackTest.cpp +++ b/graphics/composer/2.2/vts/functional/VtsHalGraphicsComposerV2_2ReadbackTest.cpp
@@ -458,6 +458,7 @@ << " pixel format: PixelFormat::RGBA_8888 dataspace: " << ReadbackHelper::getDataspaceString(clientDataspace) << " unsupported for display" << std::endl; + mReader->mCompositionChanges.clear(); continue; }