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