Merge "Remove unused lambda captures" am: 1101f45613 am: c7ce115073
am: ca9988f0f9
Change-Id: Id1259cbbf1bbe9032d66315a346fa4d5d27ce2b3
This commit is contained in:
@@ -118,7 +118,7 @@ RENDERTHREAD_OPENGL_PIPELINE_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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user