Fixes the arg due to an API change (flutter/engine#34143)

fixes: https://github.com/flutter/flutter/issues/106218
This commit is contained in:
Kaushik Iska 2022-06-17 16:38:02 -04:00 committed by GitHub
parent f5189d13e8
commit 395bd45f12

View File

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