Skip to content

Commit

Permalink
++
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed Aug 13, 2024
1 parent eb9bbb3 commit 85e42bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion impeller/display_list/aiks_dl_blur_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ TEST_P(AiksTest, CanRenderForegroundAdvancedBlendWithMaskBlur) {
Sigma sigma = Radius(20);
paint.setMaskFilter(
DlBlurMaskFilter::Make(DlBlurStyle::kNormal, sigma.sigma));
paint.setColorFilter(DlBlendColorFilter::Make(DlColor::kGreen(), DlBlendMode::kColor));
paint.setColorFilter(
DlBlendColorFilter::Make(DlColor::kGreen(), DlBlendMode::kColor));
builder.DrawCircle({400, 400}, 200, paint);
builder.Restore();

Expand Down

0 comments on commit 85e42bc

Please sign in to comment.