mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Make invalidation state also be with the ::slotted rules.
MozReview-Commit-ID: GYmsXYvL9vj
This commit is contained in:
parent
5115cbd1c0
commit
ce1d8cd232
6 changed files with 310 additions and 187 deletions
|
@ -133,6 +133,7 @@ where
|
|||
}
|
||||
|
||||
/// The type of rebuild that we need to do for a given stylesheet.
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
pub enum SheetRebuildKind {
|
||||
/// A full rebuild, of both cascade data and invalidation data.
|
||||
Full,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue