mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Stop using UnsafeNode in the bloom filter.
This commit is contained in:
parent
96dc0d1eac
commit
b3cb786c81
2 changed files with 25 additions and 48 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue