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

Commit e2fa7776 authored by Leon Scroggins's avatar Leon Scroggins Committed by Automerger Merge Worker
Browse files

Merge "SF: remove the redundant variable on updateCursorAsync." into main am:...

Merge "SF: remove the redundant variable on updateCursorAsync." into main am: a82e90f5 am: 92571659

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2832491



Change-Id: Id5fa38506d499f5949b9d1d7235756be915ba61b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2b81c882 92571659
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -111,8 +111,6 @@ void CompositionEngine::present(CompositionRefreshArgs& args) {
}

void CompositionEngine::updateCursorAsync(CompositionRefreshArgs& args) {
    std::unordered_map<compositionengine::LayerFE*, compositionengine::LayerFECompositionState*>
            uniqueVisibleLayers;

    for (const auto& output : args.outputs) {
        for (auto* layer : output->getOutputLayersOrderedByZ()) {