mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Revert "Merge pull request #2819 from bjwbell/iframe-layers"
This reverts commit0200b61f71
, reversing changes made toca96821902
.
This commit is contained in:
parent
39b9397c2b
commit
a7eafbc48e
17 changed files with 153 additions and 566 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue