Make ImageCacheImpl have a single Mutex<ImageCacheStore> and use ImageDecoderRunnable

This commit is contained in:
Fernando Jiménez Moreno 2017-03-22 21:27:05 +01:00
parent 166c4e8bb2
commit f4da16566d
2 changed files with 64 additions and 46 deletions

View file

@ -48,4 +48,4 @@ pub trait LayoutThreadFactory {
content_process_shutdown_chan: Option<IpcSender<()>>,
webrender_api_sender: webrender_traits::RenderApiSender,
layout_threads: usize);
}
}