Refactor flow tree construction and actually use display property.

This commit is contained in:
Eric Atkinson 2013-06-07 14:55:12 -07:00
parent 50726a9c9d
commit 4c6b4fb593
6 changed files with 223 additions and 187 deletions

View file

@ -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(());
}