From 2d395a48aad86f6d2b843f1a9934a6fbcdc37bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sat, 27 Jan 2018 03:15:41 +0100 Subject: [PATCH] style: Update bindings. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emilio Cobos Álvarez --- components/style/gecko/generated/bindings.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index ff7248e166c..81200ed8b53 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -2008,6 +2008,13 @@ extern "C" { extern "C" { pub fn Servo_Element_IsPrimaryStyleReusedViaRuleNode(element: RawGeckoElementBorrowed) -> bool; } +extern "C" { + pub fn Servo_InvalidateStyleForDocStateChanges( + root: RawGeckoElementBorrowed, + sets: *const nsTArray, + aStatesChanged: u64, + ); +} extern "C" { pub fn Servo_StyleSheet_FromUTF8Bytes( loader: *mut Loader, @@ -2112,6 +2119,7 @@ extern "C" { pub fn Servo_StyleSet_FlushStyleSheets( set: RawServoStyleSetBorrowed, doc_elem: RawGeckoElementBorrowedOrNull, + snapshots: *const ServoElementSnapshotTable, ); } extern "C" {