Revert "Merge pull request #2819 from bjwbell/iframe-layers"

This reverts commit 0200b61f71, reversing
changes made to ca96821902.
This commit is contained in:
Cameron Zwarich 2014-07-19 17:17:00 -07:00
parent 39b9397c2b
commit a7eafbc48e
17 changed files with 153 additions and 566 deletions

View file

@ -319,7 +319,7 @@ impl Page {
self.join_layout();
// Tell the user that we're performing layout.
compositor.set_ready_state(self.id, PerformingLayout);
compositor.set_ready_state(PerformingLayout);
// Layout will let us know when it's done.
let (join_chan, join_port) = channel();