mirror of
https://github.com/servo/servo.git
synced 2025-08-19 04:15:33 +01:00
Auto merge of #5558 - aneeshusa:remove-compositor-dependency-on-net, r=jdm
Move the ImageCacheTaskClient trait and impl to net_traits. Fixes #5551.
This commit is contained in:
commit
6903955b98
4 changed files with 14 additions and 15 deletions
|
@ -8,7 +8,7 @@ use net_traits::image_cache_task::Msg::*;
|
|||
|
||||
use net::resource_task::start_sending;
|
||||
use net_traits::{ControlMsg, Metadata, ProgressMsg, ResourceTask};
|
||||
use net_traits::image_cache_task::{ImageCacheTask, ImageResponseMsg, Msg};
|
||||
use net_traits::image_cache_task::{ImageCacheTask, ImageCacheTaskClient, ImageResponseMsg, Msg};
|
||||
use net_traits::ProgressMsg::{Payload, Done};
|
||||
use profile::time;
|
||||
use std::sync::mpsc::{Sender, channel, Receiver};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue