mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update binding files from autoland
This commit is contained in:
parent
887b011288
commit
42411eba66
4 changed files with 820 additions and 299 deletions
|
@ -1930,8 +1930,7 @@ extern "C" {
|
|||
pub fn Servo_StyleSheet_FromUTF8Bytes(loader: *mut Loader,
|
||||
gecko_stylesheet:
|
||||
*mut ServoStyleSheet,
|
||||
data: *const u8,
|
||||
data_len: usize,
|
||||
data: *const u8, data_len: usize,
|
||||
parsing_mode: SheetParsingMode,
|
||||
extra_data:
|
||||
*mut RawGeckoURLExtraData,
|
||||
|
@ -2059,8 +2058,10 @@ extern "C" {
|
|||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_AddSizeOfExcludingThis(malloc_size_of: MallocSizeOf,
|
||||
sizes: *mut ServoStyleSetSizes,
|
||||
set: RawServoStyleSetBorrowed);
|
||||
sizes:
|
||||
*mut ServoStyleSetSizes,
|
||||
set:
|
||||
RawServoStyleSetBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleContext_AddRef(ctx: ServoStyleContextBorrowed);
|
||||
|
@ -2938,6 +2939,12 @@ extern "C" {
|
|||
index: u32, name: *mut nsAString)
|
||||
-> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_ProcessInvalidations(set: RawServoStyleSetBorrowed,
|
||||
element: RawGeckoElementBorrowed,
|
||||
snapshots:
|
||||
*const ServoElementSnapshotTable);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CreateCSSErrorReporter(sheet: *mut ServoStyleSheet,
|
||||
loader: *mut Loader, uri: *mut nsIURI)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue