mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update bindings.
This commit is contained in:
parent
e7b777384c
commit
36a87bc19d
3 changed files with 9 additions and 4 deletions
|
@ -2471,6 +2471,11 @@ extern "C" {
|
|||
CSSPseudoElementType)
|
||||
-> ServoComputedValuesStrong;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_SerializeFontValueForCanvas(declarations:
|
||||
RawServoDeclarationBlockBorrowed,
|
||||
buffer: *mut nsAString);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_GetStyleFont(computed_values:
|
||||
ServoComputedValuesBorrowedOrNull)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue