Loading libs/renderengine/skia/SkiaRenderEngine.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading Loading
libs/renderengine/skia/SkiaRenderEngine.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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()); Loading