mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Don't create frame when creating pipeline.
This commit is contained in:
parent
e142de2d65
commit
ee588a31c3
1 changed files with 0 additions and 4 deletions
|
@ -610,10 +610,6 @@ impl<Message, LTF, STF> Constellation<Message, LTF, STF>
|
|||
|
||||
assert!(!self.pipelines.contains_key(&pipeline_id));
|
||||
self.pipelines.insert(pipeline_id, pipeline);
|
||||
|
||||
if !self.frames.contains_key(&frame_id) {
|
||||
self.new_frame(frame_id, pipeline_id);
|
||||
}
|
||||
}
|
||||
|
||||
// Get an iterator for the current frame tree. Specify self.root_frame_id to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue