Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-22 13:13:12 +02:00
parent 5a9fae3fb5
commit 2376747273
3 changed files with 4 additions and 0 deletions

View file

@ -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,