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

Commit 739064d0 authored by Vishnu Nair's avatar Vishnu Nair Committed by Android (Google) Code Review
Browse files

Merge "Improve naming for mirrored layer roots" into main

parents b4c14d5c a036eb56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5552,6 +5552,7 @@ status_t SurfaceFlinger::mirrorLayer(const LayerCreationArgs& args,
        mirrorArgs.flags |= ISurfaceComposerClient::eNoColorFill;
        mirrorArgs.mirrorLayerHandle = mirrorFromHandle;
        mirrorArgs.addToRoot = false;
        mirrorArgs.name = mirrorFrom->getName() + "(MirrorRoot)";
        if (stopAtHandle) {
            uint32_t stopLayerId = LayerHandle::getLayerId(stopAtHandle);
            if (stopLayerId == UNASSIGNED_LAYER_ID) {