style: Update bindings.

Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
Emilio Cobos Álvarez 2018-01-27 03:15:41 +01:00
parent 657d8b8e31
commit 2d395a48aa
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -2008,6 +2008,13 @@ extern "C" {
extern "C" { extern "C" {
pub fn Servo_Element_IsPrimaryStyleReusedViaRuleNode(element: RawGeckoElementBorrowed) -> bool; pub fn Servo_Element_IsPrimaryStyleReusedViaRuleNode(element: RawGeckoElementBorrowed) -> bool;
} }
extern "C" {
pub fn Servo_InvalidateStyleForDocStateChanges(
root: RawGeckoElementBorrowed,
sets: *const nsTArray<RawServoStyleSetBorrowed>,
aStatesChanged: u64,
);
}
extern "C" { extern "C" {
pub fn Servo_StyleSheet_FromUTF8Bytes( pub fn Servo_StyleSheet_FromUTF8Bytes(
loader: *mut Loader, loader: *mut Loader,
@ -2112,6 +2119,7 @@ extern "C" {
pub fn Servo_StyleSet_FlushStyleSheets( pub fn Servo_StyleSet_FlushStyleSheets(
set: RawServoStyleSetBorrowed, set: RawServoStyleSetBorrowed,
doc_elem: RawGeckoElementBorrowedOrNull, doc_elem: RawGeckoElementBorrowedOrNull,
snapshots: *const ServoElementSnapshotTable,
); );
} }
extern "C" { extern "C" {