mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Rename DeclarationBlock to ApplicableDeclarationBlock
Make it more different from PropertyDeclarationBlock
This commit is contained in:
parent
1901a21a2c
commit
3ce64fd269
10 changed files with 49 additions and 49 deletions
|
@ -75,7 +75,7 @@ pub struct Keyframe {
|
|||
|
||||
/// `!important` is not allowed in keyframe declarations,
|
||||
/// so the second value of these tuples is always `Importance::Normal`.
|
||||
/// But including them enables `compute_style_for_animation_step` to create a `DeclarationBlock`
|
||||
/// But including them enables `compute_style_for_animation_step` to create a `ApplicableDeclarationBlock`
|
||||
/// by cloning an `Arc<_>` (incrementing a reference count) rather than re-creating a `Vec<_>`.
|
||||
pub block: Arc<PropertyDeclarationBlock>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue