Skip to content

Commit a9f27da

Browse files
Sally Qiandroid-build-merge-worker-robot
authored andcommitted
Merge "SF: Remove a redundant word from comment." into main am: 8389f57
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3388839 Change-Id: I08adde3740922c770baa13d407164720f5915be8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents 121faf3 + 8389f57 commit a9f27da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/renderengine/skia/SkiaRenderEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ void SkiaRenderEngine::drawLayersInternal(
10011001
const auto& item = layer.source.buffer;
10021002
auto imageTextureRef = getOrCreateBackendTexture(item.buffer->getBuffer(), false);
10031003

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

0 commit comments

Comments
 (0)