mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Clean up bit clearing.
This commit is contained in:
parent
3c42792efa
commit
994074fca6
3 changed files with 8 additions and 9 deletions
|
@ -506,7 +506,7 @@ pub trait TElement : Eq + PartialEq + Debug + Hash + Sized + Copy + Clone +
|
|||
/// In Gecko, this corresponds to the regular dirty descendants bit, the
|
||||
/// animation-only dirty descendants bit, and the lazy frame construction
|
||||
/// descendants bit.
|
||||
unsafe fn clear_descendants_bits(&self) { self.unset_dirty_descendants(); }
|
||||
unsafe fn clear_descendant_bits(&self) { self.unset_dirty_descendants(); }
|
||||
|
||||
/// Clear all element flags related to dirtiness.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue