mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
[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:
parent
14255b337b
commit
0ffd546a8a
@ -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)");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user