mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Remove ASLayoutChild. ASLayout now has a position property defaults to (NAN, NAN).
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
/** Represents a set of laid out and positioned stack layout children. */
|
||||
struct ASStackPositionedLayout {
|
||||
const std::vector<ASLayoutChild *> children;
|
||||
const std::vector<ASLayout *> children;
|
||||
const CGFloat crossSize;
|
||||
|
||||
/** Given an unpositioned layout, computes the positions each child should be placed at. */
|
||||
|
||||
Reference in New Issue
Block a user