diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-01-27 03:15:41 +0100 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-01-27 03:18:32 +0100 |
commit | 2d395a48aad86f6d2b843f1a9934a6fbcdc37bd2 (patch) | |
tree | 259d36aa359214ce5ac4086ae41fdfa93ca8f31a /components/style | |
parent | 657d8b8e31d0a026bc630d238b77076bb69117eb (diff) | |
download | servo-2d395a48aad86f6d2b843f1a9934a6fbcdc37bd2.tar.gz servo-2d395a48aad86f6d2b843f1a9934a6fbcdc37bd2.zip |
style: Update bindings.
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
Diffstat (limited to 'components/style')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ -2009,6 +2009,13 @@ extern "C" { pub fn Servo_Element_IsPrimaryStyleReusedViaRuleNode(element: RawGeckoElementBorrowed) -> bool; } extern "C" { + pub fn Servo_InvalidateStyleForDocStateChanges( + root: RawGeckoElementBorrowed, + sets: *const nsTArray<RawServoStyleSetBorrowed>, + aStatesChanged: u64, + ); +} +extern "C" { pub fn Servo_StyleSheet_FromUTF8Bytes( loader: *mut Loader, gecko_stylesheet: *mut ServoStyleSheet, @@ -2112,6 +2119,7 @@ extern "C" { pub fn Servo_StyleSet_FlushStyleSheets( set: RawServoStyleSetBorrowed, doc_elem: RawGeckoElementBorrowedOrNull, + snapshots: *const ServoElementSnapshotTable, ); } extern "C" { |