Rewrite compute_squared_distance for AnimatedFilterList.

This commit is contained in:
Boris Chiou 2017-07-27 12:43:23 +08:00
parent 20e3508ca3
commit 902819590f
4 changed files with 16 additions and 29 deletions

View file

@ -51,6 +51,7 @@ extern crate fnv;
#[cfg(feature = "gecko")] #[macro_use] pub mod gecko_string_cache;
#[cfg(feature = "servo")] extern crate heapsize;
#[cfg(feature = "servo")] #[macro_use] extern crate heapsize_derive;
extern crate itertools;
extern crate itoa;
#[cfg(feature = "servo")] #[macro_use] extern crate html5ever;
#[macro_use]