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

Commit fc1adcb

Browse files
committed
switched tests to use a blue square to account for clear color in skiagold tests
1 parent 2a31a30 commit fc1adcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3584,7 +3584,7 @@ TEST_P(AiksTest, VerticesGeometryUVPositionData) {
35843584
TEST_P(AiksTest, ClearBlendWithBlur) {
35853585
Canvas canvas;
35863586
Paint white;
3587-
white.color = Color::White();
3587+
white.color = Color::Blue();
35883588
canvas.DrawRect(Rect::MakeXYWH(0, 0, 600.0, 600.0), white);
35893589

35903590
Paint clear;
@@ -3602,7 +3602,7 @@ TEST_P(AiksTest, ClearBlendWithBlur) {
36023602
TEST_P(AiksTest, ClearBlend) {
36033603
Canvas canvas;
36043604
Paint white;
3605-
white.color = Color::White();
3605+
white.color = Color::Blue();
36063606
canvas.DrawRect(Rect::MakeXYWH(0, 0, 600.0, 600.0), white);
36073607

36083608
Paint clear;

0 commit comments

Comments
 (0)