mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
added dom obj counting to decide sequential/parallel layout (#10110)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user