mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update Stylo bindings
This commit is contained in:
parent
8144aa1163
commit
f6fe439d1e
5 changed files with 38 additions and 3 deletions
|
@ -6126,6 +6126,13 @@ pub mod root {
|
|||
"Alignment of field: " , stringify ! ( URLExtraData )
|
||||
, "::" , stringify ! ( mPrincipal ) ));
|
||||
}
|
||||
pub mod dmd {
|
||||
#[allow(unused_imports)]
|
||||
use self::super::super::super::root;
|
||||
}
|
||||
#[repr(C)]
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct JSONWriteFunc([u8; 0]);
|
||||
#[repr(u32)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum ArenaObjectID {
|
||||
|
@ -6653,6 +6660,9 @@ pub mod root {
|
|||
root::mozilla::UpdateAnimationsTasks =
|
||||
8;
|
||||
pub type UpdateAnimationsTasks = u8;
|
||||
#[repr(i32)]
|
||||
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
|
||||
pub enum LengthParsingMode { Default = 0, SVG = 1, }
|
||||
pub type CSSPseudoElementTypeBase = u8;
|
||||
pub const CSSPseudoElementType_InheritingAnonBox:
|
||||
root::mozilla::CSSPseudoElementType =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue