diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-03-22 21:27:05 +0100 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2017-03-27 19:54:15 +0200 |
commit | f4da16566d86ceb28f8b398697cf6b663fe488ba (patch) | |
tree | 20d40128be568518a11e93019a6dafa8f3255b4b /components/layout_traits | |
parent | 166c4e8bb29a98d1ef82e4bb3b3a081618abee03 (diff) | |
download | servo-f4da16566d86ceb28f8b398697cf6b663fe488ba.tar.gz servo-f4da16566d86ceb28f8b398697cf6b663fe488ba.zip |
Make ImageCacheImpl have a single Mutex<ImageCacheStore> and use ImageDecoderRunnable
Diffstat (limited to 'components/layout_traits')
-rw-r--r-- | components/layout_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout_traits/lib.rs b/components/layout_traits/lib.rs index 9e300f42b11..9d97a89a53c 100644 --- a/components/layout_traits/lib.rs +++ b/components/layout_traits/lib.rs @@ -48,4 +48,4 @@ pub trait LayoutThreadFactory { content_process_shutdown_chan: Option<IpcSender<()>>, webrender_api_sender: webrender_traits::RenderApiSender, layout_threads: usize); - } +} |