[Impeller] revert round out. (flutter/engine#51395)

This isn't exactly the right fix, but it is a straight revert to fix https://github.com/flutter/flutter/issues/144213
This commit is contained in:
Jonah Williams 2024-03-14 13:01:10 -07:00 committed by GitHub
parent 14255b337b
commit 0ffd546a8a

View File

@ -617,8 +617,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)");