Update binding file.

This commit is contained in:
Xidorn Quan 2017-07-14 10:38:35 +10:00
parent 6a12de1c1a
commit 1362ba5f3c

View file

@ -2663,7 +2663,6 @@ extern "C" {
pub fn Servo_ComputedValues_GetForAnonymousBox(parent_style_or_null:
ServoComputedValuesBorrowedOrNull,
pseudo_tag: *mut nsIAtom,
skip_display_fixup: bool,
set:
RawServoStyleSetBorrowed)
-> ServoComputedValuesStrong;
@ -2680,6 +2679,11 @@ extern "C" {
ServoComputedValuesBorrowed)
-> ServoComputedValuesStrong;
}
extern "C" {
pub fn Servo_ComputedValues_GetStyleBits(values:
ServoComputedValuesBorrowed)
-> u64;
}
extern "C" {
pub fn Servo_ComputedValues_GetStyleRuleList(values:
ServoComputedValuesBorrowed,