Skip to content

Commit 7cba038

Browse files
committed
updated comment
1 parent 9bf4355 commit 7cba038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

impeller/aiks/aiks_unittests.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3725,7 +3725,8 @@ TEST_P(AiksTest, GuassianBlurUpdatesMipmapContents) {
37253725
// inside the blur and outside the blur will be different.
37263726
//
37273727
// If there is some change to render target caching this could display a false
3728-
// positive in the future.
3728+
// positive in the future. Also, if the LOD that is rendered is 1 it could
3729+
// present a false positive.
37293730
int32_t count = 0;
37303731
auto callback = [&](AiksContext& renderer) -> std::optional<Picture> {
37313732
Canvas canvas;

0 commit comments

Comments
 (0)