Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 0eefca4

Browse files
[Impeller] Fix the test 'Play/DisplayListTest.CanDrawBackdropFilter/Metal' (#40105)
[Impeller] Fix the test 'Play/DisplayListTest.CanDrawBackdropFilter/Metal'
1 parent b3e314e commit 0eefca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/display_list/display_list_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ TEST_P(DisplayListTest, CanDrawBackdropFilter) {
564564

565565
builder.drawImage(DlImageImpeller::Make(texture), SkPoint::Make(200, 200),
566566
flutter::DlImageSampling::kNearestNeighbor, true);
567-
builder.saveLayer(bounds.has_value() ? &bounds.value() : nullptr, nullptr,
567+
builder.SaveLayer(bounds.has_value() ? &bounds.value() : nullptr, nullptr,
568568
&filter);
569569

570570
if (draw_circle) {

0 commit comments

Comments
 (0)