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

Commit 622b372

Browse files
author
Jonah Williams
authored
[Impeller] revert round out. (#51395)
This isn't exactly the right fix, but it is a straight revert to fix flutter/flutter#144213
1 parent 639dd44 commit 622b372

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

impeller/entity/entity_pass.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,6 @@ EntityPass::EntityResult EntityPass::GetEntityForElement(
617617
return EntityPass::EntityResult::Skip();
618618
}
619619

620-
subpass_coverage = Rect::RoundOut(subpass_coverage.value());
621-
622620
auto subpass_size = ISize(subpass_coverage->GetSize());
623621
if (subpass_size.IsEmpty()) {
624622
capture.CreateChild("Subpass Entity (Skipped: Empty subpass coverage B)");

0 commit comments

Comments
 (0)