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

Commit f78f9d62 authored by Midas Chien's avatar Midas Chien Committed by Automerger Merge Worker
Browse files

composer: vts: configure layer for DisplayDecoration am: 308f4ac9

parents 2da346d0 308f4ac9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1719,10 +1719,10 @@ TEST_P(GraphicsComposerAidlCommandTest, DisplayDecoration) {
            }
        }

        configureLayer(display, layer, Composition::DISPLAY_DECORATION, display.getFrameRect(),
                          display.getCrop());
        mWriter.setLayerBuffer(display.getDisplayId(), layer, /*slot*/ 0, decorBuffer->handle,
                               /*acquireFence*/ -1);
        mWriter.setLayerCompositionType(display.getDisplayId(), layer,
                                        Composition::DISPLAY_DECORATION);
        mWriter.validateDisplay(display.getDisplayId(), ComposerClientWriter::kNoTimestamp);
        execute();
        if (support) {