[Impeller] Fix the test 'Play/DisplayListTest.CanDrawBackdropFilter/Metal' (flutter/engine#40105)

[Impeller] Fix the test 'Play/DisplayListTest.CanDrawBackdropFilter/Metal'
This commit is contained in:
ColdPaleLight 2023-03-07 12:40:39 +08:00 committed by GitHub
parent 6927af678e
commit a078bb6bc0

View File

@ -564,7 +564,7 @@ TEST_P(DisplayListTest, CanDrawBackdropFilter) {
builder.drawImage(DlImageImpeller::Make(texture), SkPoint::Make(200, 200),
flutter::DlImageSampling::kNearestNeighbor, true);
builder.saveLayer(bounds.has_value() ? &bounds.value() : nullptr, nullptr,
builder.SaveLayer(bounds.has_value() ? &bounds.value() : nullptr, nullptr,
&filter);
if (draw_circle) {