mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Further changes required by Servo
This commit is contained in:
parent
5a9fae3fb5
commit
2376747273
3 changed files with 4 additions and 0 deletions
|
@ -140,6 +140,7 @@ where
|
|||
// ensures that we process all the elements at a given depth before
|
||||
// proceeding to the next depth, which is important for style sharing.
|
||||
rayon::scope_fifo(|scope| {
|
||||
#[cfg(feature = "gecko")]
|
||||
gecko_profiler_label!(Layout, StyleComputation);
|
||||
parallel::traverse_nodes(
|
||||
drain,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue