aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/generated/structs_debug.rs
diff options
context:
space:
mode:
authorXidorn Quan <me@upsuper.org>2017-08-02 09:37:59 +1000
committerXidorn Quan <me@upsuper.org>2017-08-02 10:35:20 +1000
commit7a642dc952c86ddb568af3fd2f533880f5868c87 (patch)
tree6e58a5ce6d35e32696bf2968f0966374fb25cf78 /components/style/gecko/generated/structs_debug.rs
parentef4352d2a549ebd8aff28cb606db18ac76e50e3a (diff)
downloadservo-7a642dc952c86ddb568af3fd2f533880f5868c87.tar.gz
servo-7a642dc952c86ddb568af3fd2f533880f5868c87.zip
Update binding files.
Diffstat (limited to 'components/style/gecko/generated/structs_debug.rs')
-rw-r--r--components/style/gecko/generated/structs_debug.rs46
1 files changed, 14 insertions, 32 deletions
diff --git a/components/style/gecko/generated/structs_debug.rs b/components/style/gecko/generated/structs_debug.rs
index f617c388381..ac9ad2686ce 100644
--- a/components/style/gecko/generated/structs_debug.rs
+++ b/components/style/gecko/generated/structs_debug.rs
@@ -13741,39 +13741,14 @@ pub mod root {
pub mContextPropsBits: u8,
pub mContextFlags: u8,
}
- pub const nsStyleSVG_FILL_OPACITY_SOURCE_MASK:
- root::nsStyleSVG__bindgen_ty_1 =
- nsStyleSVG__bindgen_ty_1::FILL_OPACITY_SOURCE_MASK;
- pub const nsStyleSVG_STROKE_OPACITY_SOURCE_MASK:
- root::nsStyleSVG__bindgen_ty_1 =
- nsStyleSVG__bindgen_ty_1::STROKE_OPACITY_SOURCE_MASK;
- pub const nsStyleSVG_STROKE_DASHARRAY_CONTEXT:
- root::nsStyleSVG__bindgen_ty_1 =
- nsStyleSVG__bindgen_ty_1::STROKE_DASHARRAY_CONTEXT;
- pub const nsStyleSVG_STROKE_DASHOFFSET_CONTEXT:
- root::nsStyleSVG__bindgen_ty_1 =
- nsStyleSVG__bindgen_ty_1::STROKE_DASHOFFSET_CONTEXT;
- pub const nsStyleSVG_STROKE_WIDTH_CONTEXT: root::nsStyleSVG__bindgen_ty_1
- =
- nsStyleSVG__bindgen_ty_1::STROKE_WIDTH_CONTEXT;
- pub const nsStyleSVG_FILL_OPACITY_SOURCE_SHIFT:
- root::nsStyleSVG__bindgen_ty_1 =
- nsStyleSVG__bindgen_ty_1::FILL_OPACITY_SOURCE_SHIFT;
- pub const nsStyleSVG_STROKE_OPACITY_SOURCE_SHIFT:
- root::nsStyleSVG__bindgen_ty_1 =
- nsStyleSVG__bindgen_ty_1::STROKE_OPACITY_SOURCE_SHIFT;
- #[repr(u32)]
- #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
- pub enum nsStyleSVG__bindgen_ty_1 {
- FILL_OPACITY_SOURCE_MASK = 3,
- STROKE_OPACITY_SOURCE_MASK = 12,
- STROKE_DASHARRAY_CONTEXT = 16,
- STROKE_DASHOFFSET_CONTEXT = 32,
- STROKE_WIDTH_CONTEXT = 64,
- FILL_OPACITY_SOURCE_SHIFT = 0,
- STROKE_OPACITY_SOURCE_SHIFT = 2,
- }
pub const nsStyleSVG_kHasFinishStyle: bool = false;
+ pub const nsStyleSVG_FILL_OPACITY_SOURCE_MASK: u8 = 3;
+ pub const nsStyleSVG_STROKE_OPACITY_SOURCE_MASK: u8 = 12;
+ pub const nsStyleSVG_STROKE_DASHARRAY_CONTEXT: u8 = 16;
+ pub const nsStyleSVG_STROKE_DASHOFFSET_CONTEXT: u8 = 32;
+ pub const nsStyleSVG_STROKE_WIDTH_CONTEXT: u8 = 64;
+ pub const nsStyleSVG_FILL_OPACITY_SOURCE_SHIFT: u8 = 0;
+ pub const nsStyleSVG_STROKE_OPACITY_SOURCE_SHIFT: u8 = 2;
#[test]
fn bindgen_test_layout_nsStyleSVG() {
assert_eq!(::std::mem::size_of::<nsStyleSVG>() , 128usize , concat ! (
@@ -31553,6 +31528,13 @@ pub mod root {
eStyleSVGFallbackType_None = 1,
eStyleSVGFallbackType_Color = 2,
}
+ #[repr(u8)]
+ #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)]
+ pub enum nsStyleSVGOpacitySource {
+ eStyleSVGOpacitySource_Normal = 0,
+ eStyleSVGOpacitySource_ContextFillOpacity = 1,
+ eStyleSVGOpacitySource_ContextStrokeOpacity = 2,
+ }
#[repr(C)]
#[derive(Debug)]
pub struct nsStyleSVGPaint {