mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Update bindings.
Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
657d8b8e31
commit
2d395a48aa
1 changed files with 8 additions and 0 deletions
|
@ -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" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue