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

Commit 2a31a30

Browse files
committed
removed clearblendimage
1 parent 98cec73 commit 2a31a30

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3613,19 +3613,5 @@ TEST_P(AiksTest, ClearBlend) {
36133613
ASSERT_TRUE(OpenPlaygroundHere(canvas.EndRecordingAsPicture()));
36143614
}
36153615

3616-
TEST_P(AiksTest, ClearBlendImage) {
3617-
Canvas canvas;
3618-
Paint paint;
3619-
auto dst =
3620-
std::make_shared<Image>(CreateTextureForFixture("blend_mode_dst.png"));
3621-
auto src =
3622-
std::make_shared<Image>(CreateTextureForFixture("blend_mode_src.png"));
3623-
canvas.DrawImage(dst, Point::MakeXY(100.0, 100.0), paint);
3624-
Paint clear;
3625-
clear.blend_mode = BlendMode::kClear;
3626-
canvas.DrawImage(src, Point::MakeXY(100.0, 100.0), clear);
3627-
ASSERT_TRUE(OpenPlaygroundHere(canvas.EndRecordingAsPicture()));
3628-
}
3629-
36303616
} // namespace testing
36313617
} // namespace impeller

0 commit comments

Comments
 (0)