mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
style: Allow styles to be computed ignoring existing element data.
This commit is contained in:
parent
4f525f6fa0
commit
bb44c0a6bc
6 changed files with 17 additions and 12 deletions
|
@ -2810,7 +2810,8 @@ extern "C" {
|
|||
rule_inclusion: StyleRuleInclusion,
|
||||
snapshots:
|
||||
*const ServoElementSnapshotTable,
|
||||
set: RawServoStyleSetBorrowed)
|
||||
set: RawServoStyleSetBorrowed,
|
||||
ignore_existing_styles: bool)
|
||||
-> ServoStyleContextStrong;
|
||||
}
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue