Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update shell/platform/darwin/ios/framework/Source/platform_views_cont…
…roller.mm

Co-authored-by: Chris Bracken <chris@bracken.jp>
  • Loading branch information
Jonah Williams and cbracken authored Aug 12, 2024
commit d3379cda61504d5a9022cffcca68ddcf328ad2f1
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ bool ClipRRectContainsPlatformViewBoundingRect(const SkRRect& clip_rrect,
const bool merge_threads = true;
#else
const bool merge_threads = !impeller_enabled;
#endif //
#endif // FML_OS_IOS_SIMULATOR

if (merge_threads) {
if (composition_order_.empty()) {
Expand Down