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

Commit 61563f96 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Remove unused lambda captures" am: 1101f456 am: c7ce1150 am: ca9988f0

am: d71a9035

Change-Id: I9cd2fa3419fdc69bb6970a2951edcca2fd466e8f
parents 46edacff d71a9035
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -118,7 +118,7 @@ RENDERTHREAD_OPENGL_PIPELINE_TEST(BakedOpDispatcher, onLayerOp_bufferless) {
    layerPaint.setAlpha(128);
    layerPaint.setAlpha(128);
    OffscreenBuffer* buffer = nullptr; // no providing a buffer, should hit rect fallback case
    OffscreenBuffer* buffer = nullptr; // no providing a buffer, should hit rect fallback case
    LayerOp op(Rect(10, 10), Matrix4::identity(), nullptr, &layerPaint, &buffer);
    LayerOp op(Rect(10, 10), Matrix4::identity(), nullptr, &layerPaint, &buffer);
    testUnmergedGlopDispatch(renderThread, &op, [&renderThread] (const Glop& glop) {
    testUnmergedGlopDispatch(renderThread, &op, [] (const Glop& glop) {
        ADD_FAILURE() << "Nothing should happen";
        ADD_FAILURE() << "Nothing should happen";
    }, 0);
    }, 0);
}
}