aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <emilio@crisal.io>2017-03-21 19:38:16 +0100
committerEmilio Cobos Álvarez <emilio@crisal.io>2017-04-08 02:02:11 +0200
commite29b84de18ab1a3e7044d63a0b83a4727e5622d4 (patch)
tree3c15d02f4a6e8f7f2aa5eab0094201f8e600e4c9 /components/style/lib.rs
parent65ebbb7c561a8b457476d5aff3ebbcb6c7adf751 (diff)
downloadservo-e29b84de18ab1a3e7044d63a0b83a4727e5622d4.tar.gz
servo-e29b84de18ab1a3e7044d63a0b83a4727e5622d4.zip
style: Hash less stuff in the bloom filter, using the precomputed hashes we have.
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index d36001b2f3d..171b8081fc2 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -66,6 +66,7 @@ extern crate num_traits;
extern crate ordered_float;
extern crate parking_lot;
extern crate pdqsort;
+#[cfg(feature = "gecko")] extern crate precomputed_hash;
extern crate rayon;
extern crate selectors;
#[cfg(feature = "servo")] #[macro_use] extern crate serde_derive;