mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fixes the arg due to an API change (flutter/engine#34143)
fixes: https://github.com/flutter/flutter/issues/106218
This commit is contained in:
parent
f5189d13e8
commit
395bd45f12
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user