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

Commit fd455538 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "surfaceflinger: buffer was released early for clear client target...

Merge "surfaceflinger: buffer was released early for clear client target requests [1/1]" into tm-dev
parents 56ceadd8 f91f140a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1365,7 +1365,10 @@ std::vector<LayerFE::LayerSettings> Output::generateClientCompositionRequests(
                }
            }

            if (clientComposition) {
                outLayerFEs.push_back(&layerFE);
            }

            clientCompositionLayers.insert(clientCompositionLayers.end(),
                                           std::make_move_iterator(results.begin()),
                                           std::make_move_iterator(results.end()));