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

Commit 85e42bc

Browse files
author
jonahwilliams
committed
++
1 parent eb9bbb3 commit 85e42bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

impeller/display_list/aiks_dl_blur_unittests.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ TEST_P(AiksTest, CanRenderForegroundAdvancedBlendWithMaskBlur) {
7676
Sigma sigma = Radius(20);
7777
paint.setMaskFilter(
7878
DlBlurMaskFilter::Make(DlBlurStyle::kNormal, sigma.sigma));
79-
paint.setColorFilter(DlBlendColorFilter::Make(DlColor::kGreen(), DlBlendMode::kColor));
79+
paint.setColorFilter(
80+
DlBlendColorFilter::Make(DlColor::kGreen(), DlBlendMode::kColor));
8081
builder.DrawCircle({400, 400}, 200, paint);
8182
builder.Restore();
8283

0 commit comments

Comments
 (0)