mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Sequentialize assign_block_size for flows that can be fragmented.
Fragmentation will be intertwined with block size calculation.
This commit is contained in:
parent
da2b4ab381
commit
9abbd1b5d1
9 changed files with 61 additions and 24 deletions
|
@ -146,7 +146,7 @@ bitflags! {
|
|||
const SEQUENTIALLY_FOCUSABLE = 0x20,
|
||||
|
||||
/// Whether any ancestor is a fragmentation container
|
||||
const IN_FRAGMENTATION_CONTAINER = 0x40
|
||||
const CAN_BE_FRAGMENTED = 0x40
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue