mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add intrinsic size computation for inline formatting contexts
This commit is contained in:
parent
8fe37f3ed6
commit
9c5a595044
6 changed files with 188 additions and 46 deletions
|
@ -127,6 +127,7 @@ impl BlockContainer {
|
|||
context: &SharedStyleContext<'style>,
|
||||
block_container_style: &Arc<ComputedValues>,
|
||||
contents: NonReplacedContents<impl NodeExt<'dom>>,
|
||||
// intrinsic_sizes_requested: bool,
|
||||
) -> (BlockContainer, ContainsFloats) {
|
||||
let mut builder = BlockContainerBuilder {
|
||||
context,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue