aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/compositing/compositor.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/components/compositing/compositor.rs b/components/compositing/compositor.rs
index b751ef1d2c6..954fc072d4b 100644
--- a/components/compositing/compositor.rs
+++ b/components/compositing/compositor.rs
@@ -314,13 +314,11 @@ impl IOCompositor {
chan.send(Some(azure_hl::current_graphics_metadata()));
}
- (Ok(CreateOrUpdateRootLayer(layer_properties)),
- NotShuttingDown) => {
+ (Ok(CreateOrUpdateRootLayer(layer_properties)), NotShuttingDown) => {
self.create_or_update_root_layer(layer_properties);
}
- (Ok(CreateOrUpdateDescendantLayer(layer_properties)),
- NotShuttingDown) => {
+ (Ok(CreateOrUpdateDescendantLayer(layer_properties)), NotShuttingDown) => {
self.create_or_update_descendant_layer(layer_properties);
}