mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove the ConstellationControlMsg::ReflowComplete message.
This commit is contained in:
parent
2456ddf4ba
commit
9ad69586d1
3 changed files with 0 additions and 8 deletions
|
@ -1281,11 +1281,7 @@ impl LayoutTask {
|
|||
}
|
||||
|
||||
// Tell script that we're done.
|
||||
//
|
||||
// FIXME(pcwalton): This should probably be *one* channel, but we can't fix this without
|
||||
// either select or a filtered recv() that only looks for messages of a given type.
|
||||
data.script_join_chan.send(()).unwrap();
|
||||
data.script_chan.send(ConstellationControlMsg::ReflowComplete(self.id, data.id)).unwrap();
|
||||
}
|
||||
|
||||
fn set_visible_rects<'a>(&'a self,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue