Skip to content

Commit

Permalink
switched tests to use a blue square to account for clear color in ski…
Browse files Browse the repository at this point in the history
…agold tests
  • Loading branch information
gaaclarke committed Sep 26, 2023
1 parent 2a31a30 commit fc1adcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions impeller/aiks/aiks_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3584,7 +3584,7 @@ TEST_P(AiksTest, VerticesGeometryUVPositionData) {
TEST_P(AiksTest, ClearBlendWithBlur) {
Canvas canvas;
Paint white;
white.color = Color::White();
white.color = Color::Blue();
canvas.DrawRect(Rect::MakeXYWH(0, 0, 600.0, 600.0), white);

Paint clear;
Expand All @@ -3602,7 +3602,7 @@ TEST_P(AiksTest, ClearBlendWithBlur) {
TEST_P(AiksTest, ClearBlend) {
Canvas canvas;
Paint white;
white.color = Color::White();
white.color = Color::Blue();
canvas.DrawRect(Rect::MakeXYWH(0, 0, 600.0, 600.0), white);

Paint clear;
Expand Down

0 comments on commit fc1adcb

Please sign in to comment.