mirror of
https://github.com/servo/servo.git
synced 2025-08-02 04:00:32 +01:00
layout_thread: Note in the debug message whether nodes require dirtying.
This commit is contained in:
parent
52e2b025d2
commit
f97d47188f
1 changed files with 1 additions and 1 deletions
|
@ -1091,7 +1091,7 @@ impl LayoutThread {
|
||||||
}
|
}
|
||||||
|
|
||||||
let restyles = document.drain_pending_restyles();
|
let restyles = document.drain_pending_restyles();
|
||||||
debug!("Draining restyles: {}", restyles.len());
|
debug!("Draining restyles: {} (needs dirtying? {:?})", restyles.len(), needs_dirtying);
|
||||||
if !needs_dirtying {
|
if !needs_dirtying {
|
||||||
for (el, restyle) in restyles {
|
for (el, restyle) in restyles {
|
||||||
// Propagate the descendant bit up the ancestors. Do this before
|
// Propagate the descendant bit up the ancestors. Do this before
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue