Stop using UnsafeNode in the bloom filter.

This commit is contained in:
Bobby Holley 2016-12-21 12:36:55 -08:00
parent 96dc0d1eac
commit b3cb786c81
2 changed files with 25 additions and 48 deletions

View file

@ -78,7 +78,7 @@ pub struct SharedStyleContext {
pub struct ThreadLocalStyleContext<E: TElement> {
pub style_sharing_candidate_cache: StyleSharingCandidateCache<E>,
pub bloom_filter: StyleBloom,
pub bloom_filter: StyleBloom<E>,
/// A channel on which new animations that have been triggered by style
/// recalculation can be sent.
pub new_animations_sender: Sender<Animation>,