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" {