Skip to content

Commit

Permalink
Update aiks_dl_opacity_unittests.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams committed May 31, 2024
1 parent 88cd532 commit 1f90efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impeller/display_list/aiks_dl_opacity_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ TEST_P(AiksTest, DrawOpacityPeephole) {
alpha.setColor(DlColor::kRed().modulateOpacity(0.5));

builder.SaveLayer(nullptr, &alpha);
builder.DrawRect(SkRect::MakeXYWH(020, 020, 100, 100), green);
builder.DrawRect(SkRect::MakeXYWH(0, 0, 100, 100), green);
builder.Restore();

ASSERT_TRUE(OpenPlaygroundHere(builder.Build()));
Expand Down

0 comments on commit 1f90efb

Please sign in to comment.