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

Commit 8389f57b authored by Sally Qi's avatar Sally Qi Committed by Gerrit Code Review
Browse files

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

parents e9d9f405 997897ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -970,7 +970,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());