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

Commit 89e24d7

Browse files
authored
Update aiks_unittests.cc
1 parent 0ab790f commit 89e24d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ TEST_P(AiksTest, RotateColorFilteredPath) {
6666
.color_filter =
6767
[](FilterInput::Ref input) {
6868
return ColorFilterContents::MakeBlend(
69-
BlendMode::kSourceIn, {std::move(input)}, Color::White());
69+
BlendMode::kSourceIn, {std::move(input)}, Color::AliceBlue());
7070
},
7171
};
7272

0 commit comments

Comments
 (0)