mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[Impeller] Fix the test 'Play/DisplayListTest.CanDrawBackdropFilter/Metal' (flutter/engine#40105)
[Impeller] Fix the test 'Play/DisplayListTest.CanDrawBackdropFilter/Metal'
This commit is contained in:
parent
6927af678e
commit
a078bb6bc0
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user