diff options
author | Oriol Brufau <obrufau@igalia.com> | 2025-01-24 08:11:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-24 16:11:23 +0000 |
commit | fea8b68860a942edb5858798101d464bc34bd88d (patch) | |
tree | 0ce9486d9180bdd1b2a3bd98de01c6b3e1003767 /components/script/dom/webidls/CSSNamespaceRule.webidl | |
parent | 56d55d48d94deebd3967df33d689cdd3481ec433 (diff) | |
download | servo-fea8b68860a942edb5858798101d464bc34bd88d.tar.gz servo-fea8b68860a942edb5858798101d464bc34bd88d.zip |
layout: Remove min and max container sizes from `FlexContext` (#35144)
Thanks to #34946 we don't have to recompute the min and max sizes, we
can get them from the `ContainingBlock`.
And then in `FlexContext` there is no need to store both the definite
and the min & max sizes of the container`, we can instead make do with
a single `FlexRelativeVec2<SizeConstraint>`.
This removes 1 of the 3 usages of `ContentBoxSizesAndPBMDeprecated`,
which is also good.
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'components/script/dom/webidls/CSSNamespaceRule.webidl')
0 files changed, 0 insertions, 0 deletions