mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Regenerate bindings.
This picks up the changes in https://bugzilla.mozilla.org/show_bug.cgi?id=1289624
This commit is contained in:
parent
8821fbcb6b
commit
6b568b49fd
2 changed files with 6 additions and 2 deletions
|
@ -135,6 +135,7 @@ use structs::nsStyleCoord_CalcValue as CalcValue;
|
|||
use structs::nsStyleCoord_Calc as Calc;
|
||||
use structs::nsRestyleHint;
|
||||
use structs::ServoElementSnapshot;
|
||||
use structs::nsChangeHint;
|
||||
use structs::SheetParsingMode;
|
||||
use structs::nsMainThreadPtrHandle;
|
||||
use structs::nsMainThreadPtrHolder;
|
||||
|
@ -293,6 +294,10 @@ extern "C" {
|
|||
pub fn Gecko_GetNodeFlags(node: *mut RawGeckoNode) -> u32;
|
||||
pub fn Gecko_SetNodeFlags(node: *mut RawGeckoNode, flags: u32);
|
||||
pub fn Gecko_UnsetNodeFlags(node: *mut RawGeckoNode, flags: u32);
|
||||
pub fn Gecko_CalcAndStoreStyleDifference(element: *mut RawGeckoElement,
|
||||
newstyle:
|
||||
*mut ServoComputedValues)
|
||||
-> nsChangeHint;
|
||||
pub fn Gecko_EnsureTArrayCapacity(array: *mut ::std::os::raw::c_void,
|
||||
capacity: usize, elem_size: usize);
|
||||
pub fn Gecko_EnsureImageLayersLength(layers: *mut nsStyleImageLayers,
|
||||
|
|
|
@ -126,8 +126,7 @@ COMPILATION_TARGETS = {
|
|||
"nsStyleImageLayers::Layer", "nsStyleImageLayers::LayerType",
|
||||
"nsStyleUnit", "nsStyleUnion", "nsStyleCoord::CalcValue",
|
||||
"nsStyleCoord::Calc", "nsRestyleHint", "ServoElementSnapshot",
|
||||
|
||||
"SheetParsingMode", "nsMainThreadPtrHandle",
|
||||
"nsChangeHint", "SheetParsingMode", "nsMainThreadPtrHandle",
|
||||
"nsMainThreadPtrHolder", "nscolor", "nsFont", "FontFamilyList",
|
||||
"FontFamilyType", "nsIAtom",
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue