mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Refactor flow tree construction and actually use display property.
This commit is contained in:
parent
50726a9c9d
commit
4c6b4fb593
6 changed files with 223 additions and 187 deletions
|
@ -230,6 +230,8 @@ impl Layout {
|
|||
self.render_task.channel.send(RenderMsg(render_layer));
|
||||
} // time(layout: display list building)
|
||||
|
||||
debug!("%?", layout_root.dump());
|
||||
|
||||
// Tell script that we're done.
|
||||
data.script_join_chan.send(());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue