aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2018-11-19 10:42:50 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2018-11-20 10:14:52 +0100
commit2c0acf6b9bf2c4082dfbd98763cd21de7ae56449 (patch)
tree3c85d527b7826200c1ef42927c70483b9825eee0 /components/script_traits/lib.rs
parentfaee0b2b0c5c5b6c696c83a1ddb03c1d4ba32e21 (diff)
downloadservo-2c0acf6b9bf2c4082dfbd98763cd21de7ae56449.tar.gz
servo-2c0acf6b9bf2c4082dfbd98763cd21de7ae56449.zip
Move PixelFormat to the pixels crate
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r--components/script_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index 5dcffb01832..ac851ec9334 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/lib.rs
@@ -35,10 +35,10 @@ use libc::c_void;
use msg::constellation_msg::{BrowsingContextId, HistoryStateId, PipelineId};
use msg::constellation_msg::{PipelineNamespaceId, TopLevelBrowsingContextId, TraversalDirection};
use net_traits::image::base::Image;
-use net_traits::image::base::PixelFormat;
use net_traits::image_cache::ImageCache;
use net_traits::storage_thread::StorageType;
use net_traits::{FetchResponseMsg, ReferrerPolicy, ResourceThreads};
+use pixels::PixelFormat;
use profile_traits::mem;
use profile_traits::time as profile_time;
use serde::{Deserialize, Deserializer, Serialize, Serializer};