style: Update bindings.

This commit is contained in:
Emilio Cobos Álvarez 2017-08-03 16:35:34 +02:00
parent 2c97ec1832
commit 48ea7a29e0
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -1934,12 +1934,12 @@ extern "C" {
pub fn Servo_StyleSet_Clear(set: RawServoStyleSetBorrowed); pub fn Servo_StyleSet_Clear(set: RawServoStyleSetBorrowed);
} }
extern "C" { extern "C" {
pub fn Servo_StyleSet_RebuildData(set: RawServoStyleSetBorrowed); pub fn Servo_StyleSet_RebuildCachedData(set: RawServoStyleSetBorrowed);
} }
extern "C" { extern "C" {
pub fn Servo_StyleSet_MediumFeaturesChanged(set: RawServoStyleSetBorrowed, pub fn Servo_StyleSet_MediumFeaturesChanged(set: RawServoStyleSetBorrowed,
viewport_changed: bool) viewport_units_used:
-> nsRestyleHint; *mut bool) -> bool;
} }
extern "C" { extern "C" {
pub fn Servo_StyleSet_CompatModeChanged(raw_data: pub fn Servo_StyleSet_CompatModeChanged(raw_data: