Update bindings.

This commit is contained in:
Hiroyuki Ikezoe 2017-05-22 07:30:47 +09:00
parent e7b777384c
commit 36a87bc19d
3 changed files with 9 additions and 4 deletions

View file

@ -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)