mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Don't require root pipeline to match new pipeline
This reverts 2b0134be7b
because it was
not correct for iframes.
This commit is contained in:
parent
b2e7e67087
commit
a226086a32
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ impl IOCompositor {
|
|||
}
|
||||
_ => {
|
||||
match self.root_pipeline {
|
||||
Some(ref root_pipeline) if root_pipeline.id == id => {
|
||||
Some(ref root_pipeline) => {
|
||||
(root_pipeline.clone(), LayerId::null())
|
||||
},
|
||||
_ => fail!("Compositor: Received new layer without initialized pipeline"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue