_RenderChip should not create OpacityLayer without disposing. [prod-leak-fix]#134708
_RenderChip should not create OpacityLayer without disposing. [prod-leak-fix]#134708polina-c merged 24 commits intoflutter:masterfrom
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie or stuartmorgan on the #hackers channel in Chat (don't just cc them here, they won't see it! Use Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
Comment from @goderbauer : #134701 (comment) |
|
All tests passed, except Google testing that failed goldens: |
|
@goderbauer , it seems goldens are affected: cl/567461418 |
|
I didn't look at all of them, but for the ones I spot-checked it looked like it was just shifting by a pixel here and there. If they are all just those tiny differences, this looks fine. |
|
Yes, all of them are tiny. |
Fixes #134394
Prerequisite: #134768