-
Notifications
You must be signed in to change notification settings - Fork 6k
Fix the false failure caused by FlutterClippingMaskViewPool's random algorithm #42079
Conversation
shell/platform/darwin/ios/framework/Source/FlutterPlatformViewsTest.mm
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for fixing this. I think @hellohuanlin's suggestion is a good one to add before landing this!
shell/platform/darwin/ios/framework/Source/FlutterPlatformViewsTest.mm
Outdated
Show resolved
Hide resolved
shell/platform/darwin/ios/framework/Source/FlutterPlatformViewsTest.mm
Outdated
Show resolved
Hide resolved
@dkwingsmt I'm planning to cherry pick the maskview pool commit when it lands. Re-land PR: #42115 (review) |
@cyanglaz Yeah sure! |
Feel free to close this PR after you've merged this one into yours. |
The linked PRs description says "This needs to be landed after #42079". Does this still need to be landed? |
@chinmaygarde Nope. I've closed this one. But #42115 needs to be merged with this PR before merging. |
…plying mutators #41573" (#42115) The original PR (#41573) was reverted due to flutter/flutter#126951 The issue will be fixed in #42079 This needs to be landed after #42079 fixes: flutter/flutter#125620 [C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
Fixes flutter/flutter#126951
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.