mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Make image cache per-document rather than global
This commit is contained in:
parent
9eb6bb78b0
commit
72d7ee613b
25 changed files with 448 additions and 649 deletions
|
@ -43,7 +43,7 @@ use canvas_traits::CanvasMsg;
|
|||
use core::nonzero::NonZero;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use libc::c_void;
|
||||
use net_traits::image_cache_thread::PendingImageId;
|
||||
use net_traits::image_cache::PendingImageId;
|
||||
use script_traits::UntrustedNodeAddress;
|
||||
use servo_url::ServoUrl;
|
||||
use std::sync::atomic::AtomicIsize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue