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

Commit 997897ac authored by zhengchuanlong's avatar zhengchuanlong Committed by chuanlong zheng
Browse files

SF: Remove a redundant word from comment.



Bug: none
Test: none

Change-Id: Ia3187dc8adc6d4bb747b0bb0dac195799c3ae6bd
Signed-off-by: default avatarzhengchuanlong <zhengchuanlong@xiaomi.com>
parent 847e447e
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());