servo/components/net_traits/image
Aneesh Agrawal 5b593a3d32 Switch Arc<Box<Image>> to Arc<Image> for perf boost.
Image used to be a trait, but no longer is, so boxing it is no longer
necessary.
2015-04-10 18:59:02 -04:00
..
base.rs Stop using int/uint in net_traits. 2015-04-06 16:08:53 +02:00
holder.rs Switch Arc<Box<Image>> to Arc<Image> for perf boost. 2015-04-10 18:59:02 -04:00