mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
auto merge of #3593 : zwarich/servo/compositor-cleanup, r=mrobinson
This commit is contained in:
commit
0549ed3c67
1 changed files with 2 additions and 4 deletions
|
@ -314,13 +314,11 @@ impl IOCompositor {
|
||||||
chan.send(Some(azure_hl::current_graphics_metadata()));
|
chan.send(Some(azure_hl::current_graphics_metadata()));
|
||||||
}
|
}
|
||||||
|
|
||||||
(Ok(CreateOrUpdateRootLayer(layer_properties)),
|
(Ok(CreateOrUpdateRootLayer(layer_properties)), NotShuttingDown) => {
|
||||||
NotShuttingDown) => {
|
|
||||||
self.create_or_update_root_layer(layer_properties);
|
self.create_or_update_root_layer(layer_properties);
|
||||||
}
|
}
|
||||||
|
|
||||||
(Ok(CreateOrUpdateDescendantLayer(layer_properties)),
|
(Ok(CreateOrUpdateDescendantLayer(layer_properties)), NotShuttingDown) => {
|
||||||
NotShuttingDown) => {
|
|
||||||
self.create_or_update_descendant_layer(layer_properties);
|
self.create_or_update_descendant_layer(layer_properties);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue