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

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

Merge "Remove unused lambda captures" am: 1101f456

am: c7ce1150

Change-Id: I284275ea9abc1eb1d6655372ddd27f9cb2eef4ab
parents a3460f2b c7ce1150
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);
}