Fix corrupted textures when resizing.

This commit is contained in:
Patrick Walton 2013-05-29 17:58:58 -07:00
parent d97f002111
commit 02c57728c5
4 changed files with 16 additions and 17 deletions

View file

@ -162,7 +162,7 @@ impl<C: Compositor + Owned> Renderer<C> {
};
debug!("renderer: returning surface");
self.compositor.paint(layer_buffer_set);
self.compositor.paint(layer_buffer_set, render_layer.size);
}
}
}