Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Jan 16, 2024
1 parent b2f1c69 commit d6cbe11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion impeller/aiks/aiks_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3829,7 +3829,6 @@ TEST_P(AiksTest, GaussianBlurMipMapImageFilter) {
canvas.DrawCircle({200, 200}, 50, {.color = Color::Chartreuse()});

Picture picture = canvas.EndRecordingAsPicture();
// ASSERT_TRUE(OpenPlaygroundHere(std::move(picture)));
std::shared_ptr<RenderTargetCache> cache =
std::make_shared<RenderTargetCache>(GetContext()->GetResourceAllocator());
AiksContext aiks_context(GetContext(), nullptr, cache);
Expand Down

0 comments on commit d6cbe11

Please sign in to comment.