style: Update bindings.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-09 19:46:26 +01:00
parent 88cc2798c4
commit f16e699db5
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -2130,9 +2130,14 @@ extern "C" {
);
}
extern "C" {
pub fn Servo_StyleSet_NoteStyleSheetsChanged(
pub fn Servo_StyleSet_SetAuthorStyleDisabled(
set: RawServoStyleSetBorrowed,
author_style_disabled: bool,
);
}
extern "C" {
pub fn Servo_StyleSet_NoteStyleSheetsChanged(
set: RawServoStyleSetBorrowed,
changed_origins: OriginFlags,
);
}