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

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

Merge "Remove unused lambda captures"

am: 1101f456

Change-Id: I371bd344d87a213393787a528121308c96c12d83
parents 65d65ec1 1101f456
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ RENDERTHREAD_TEST(BakedOpDispatcher, onLayerOp_bufferless) {
    layerPaint.setAlpha(128);
    OffscreenBuffer* buffer = nullptr; // no providing a buffer, should hit rect fallback case
    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";
    }, 0);
}