mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update WR (new texture cache allocator, shader deinit path).
This commit is contained in:
parent
dc654c9912
commit
26083b1dca
4 changed files with 52 additions and 43 deletions
|
@ -268,6 +268,10 @@ impl<Window> Servo<Window> where Window: WindowMethods + 'static {
|
|||
Box::new(logger)
|
||||
}).expect("Failed to set logger.")
|
||||
}
|
||||
|
||||
pub fn deinit(self) {
|
||||
self.compositor.deinit();
|
||||
}
|
||||
}
|
||||
|
||||
fn create_compositor_channel(event_loop_waker: Box<compositor_thread::EventLoopWaker>)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue