layout: Carry out some minor style cleanups.

This commit is contained in:
Patrick Walton 2015-08-07 18:15:39 -07:00
parent 300315bb78
commit bf26a2373f
3 changed files with 19 additions and 11 deletions

View file

@ -334,7 +334,9 @@ impl<C> PaintTask<C> where C: PaintListener + Send + 'static {
&Matrix4::identity(),
&Matrix4::identity(),
None);
self.compositor.initialize_layers_for_pipeline(self.id, properties, self.current_epoch.unwrap());
self.compositor.initialize_layers_for_pipeline(self.id,
properties,
self.current_epoch.unwrap());
fn build(properties: &mut Vec<LayerProperties>,
stacking_context: &StackingContext,