mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Expand var() references in single_value_to_css
This is a temporary step needed to support Gecko's getKeyframes() API until we implement bug 1391537. It only takes effect when a ComputedValues object is supplied and only for longhand declarations.
This commit is contained in:
parent
87206bd68e
commit
4f53ca2e39
3 changed files with 33 additions and 7 deletions
|
@ -2562,7 +2562,9 @@ extern "C" {
|
|||
pub fn Servo_DeclarationBlock_SerializeOneValue(declarations:
|
||||
RawServoDeclarationBlockBorrowed,
|
||||
property: nsCSSPropertyID,
|
||||
buffer: *mut nsAString);
|
||||
buffer: *mut nsAString,
|
||||
computed_values:
|
||||
ServoStyleContextBorrowedOrNull);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_DeclarationBlock_Count(declarations:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue