mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -1083,6 +1083,7 @@ impl Window {
|
|||
window_size: window_size,
|
||||
script_join_chan: join_chan,
|
||||
query_type: query_type,
|
||||
dom_count: self.Document().dom_count(),
|
||||
};
|
||||
|
||||
self.layout_chan.send(Msg::Reflow(reflow)).unwrap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue