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

Commit 1f90efb

Browse files
Update aiks_dl_opacity_unittests.cc
1 parent 88cd532 commit 1f90efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/display_list/aiks_dl_opacity_unittests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TEST_P(AiksTest, DrawOpacityPeephole) {
2626
alpha.setColor(DlColor::kRed().modulateOpacity(0.5));
2727

2828
builder.SaveLayer(nullptr, &alpha);
29-
builder.DrawRect(SkRect::MakeXYWH(020, 020, 100, 100), green);
29+
builder.DrawRect(SkRect::MakeXYWH(0, 0, 100, 100), green);
3030
builder.Restore();
3131

3232
ASSERT_TRUE(OpenPlaygroundHere(builder.Build()));

0 commit comments

Comments
 (0)