Skip to content

Commit

Permalink
[CP] revert round out of entity pass bounds. (#51425)
Browse files Browse the repository at this point in the history
Cherry pick revert of #51395
  • Loading branch information
jonahwilliams committed Mar 19, 2024
1 parent ba0444a commit 8e74552
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions impeller/entity/entity_pass.cc
Expand Up @@ -597,8 +597,6 @@ EntityPass::EntityResult EntityPass::GetEntityForElement(
return EntityPass::EntityResult::Skip();
}

subpass_coverage = Rect::RoundOut(subpass_coverage.value());

auto subpass_size = ISize(subpass_coverage->GetSize());
if (subpass_size.IsEmpty()) {
capture.CreateChild("Subpass Entity (Skipped: Empty subpass coverage B)");
Expand Down

0 comments on commit 8e74552

Please sign in to comment.