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

Commit a9f27dae authored by Sally Qi's avatar Sally Qi Committed by Automerger Merge Worker
Browse files

Merge "SF: Remove a redundant word from comment." into main am: 8389f57b

parents 121faf39 8389f57b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1001,7 +1001,7 @@ void SkiaRenderEngine::drawLayersInternal(
            const auto& item = layer.source.buffer;
            auto imageTextureRef = getOrCreateBackendTexture(item.buffer->getBuffer(), false);

            // if the layer's buffer has a fence, then we must must respect the fence prior to using
            // if the layer's buffer has a fence, then we must respect the fence prior to using
            // the buffer.
            if (layer.source.buffer.fence != nullptr) {
                waitFence(context, layer.source.buffer.fence->get());