mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
added dom obj counting to decide sequential/parallel layout (#10110)
This commit is contained in:
parent
6c3e94805f
commit
479a2c1217
5 changed files with 67 additions and 32 deletions
|
@ -125,6 +125,8 @@ pub struct ScriptReflow {
|
|||
pub script_join_chan: Sender<()>,
|
||||
/// The type of query if any to perform during this reflow.
|
||||
pub query_type: ReflowQueryType,
|
||||
/// The number of objects in the dom #10110
|
||||
pub dom_count: u32,
|
||||
}
|
||||
|
||||
impl Drop for ScriptReflow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue