mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Make ImageCacheImpl have a single Mutex<ImageCacheStore> and use ImageDecoderRunnable
This commit is contained in:
parent
166c4e8bb2
commit
f4da16566d
2 changed files with 64 additions and 46 deletions
|
@ -48,4 +48,4 @@ pub trait LayoutThreadFactory {
|
|||
content_process_shutdown_chan: Option<IpcSender<()>>,
|
||||
webrender_api_sender: webrender_traits::RenderApiSender,
|
||||
layout_threads: usize);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue