Fix warnings in compositing.

This commit is contained in:
Ms2ger 2015-02-13 10:25:51 +01:00
parent 26aee53c82
commit dda12e196b
3 changed files with 11 additions and 6 deletions

View file

@ -1084,7 +1084,7 @@ impl<LTF: LayoutTaskFactory, STF: ScriptTaskFactory> Constellation<LTF, STF> {
return; // Our message has been discarded, probably shutting down.
}
let mut iter = frame_tree.iter();
let iter = frame_tree.iter();
for frame in iter {
frame.has_compositor_layer.set(true);
frame.pipeline.borrow().grant_paint_permission();