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

Commit ac05d07

Browse files
committed
give vertex a color.
1 parent 37d63ac commit ac05d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/display_list/aiks_dl_vertices_unittests.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ TEST_P(AiksTest, DrawVerticesSolidColorTrianglesWithIndices) {
320320
flutter::DisplayListBuilder builder;
321321
flutter::DlPaint paint;
322322

323-
paint.setColor(flutter::DlColor::kWhite());
323+
paint.setColor(flutter::DlColor::kRed());
324324
builder.DrawVertices(vertices, flutter::DlBlendMode::kSrcOver, paint);
325325

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

0 commit comments

Comments
 (0)