aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/gecko/generated/structs_debug.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishearth@gmail.com>2017-09-08 15:25:44 -0700
committerManish Goregaokar <manishsmail@gmail.com>2017-09-11 16:05:37 -0700
commit1ad9463558dd656d830b1e3b7d52921bbf014765 (patch)
treeab64fde8decde91e8e66d92d67743142ad131155 /components/style/gecko/generated/structs_debug.rs
parentac2fd024b5c1b72d2823770dee5623ffd0b64513 (diff)
downloadservo-1ad9463558dd656d830b1e3b7d52921bbf014765.tar.gz
servo-1ad9463558dd656d830b1e3b7d52921bbf014765.zip
stylo: Add (unused) absolute offset to FontComputationData
Diffstat (limited to 'components/style/gecko/generated/structs_debug.rs')
-rw-r--r--components/style/gecko/generated/structs_debug.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/style/gecko/generated/structs_debug.rs b/components/style/gecko/generated/structs_debug.rs
index 982722b5ef5..0ff3aa97058 100644
--- a/components/style/gecko/generated/structs_debug.rs
+++ b/components/style/gecko/generated/structs_debug.rs
@@ -5007,7 +5007,7 @@ pub mod root {
}
#[test]
fn bindgen_test_layout_ServoStyleContext() {
- assert_eq!(::std::mem::size_of::<ServoStyleContext>() , 272usize ,
+ assert_eq!(::std::mem::size_of::<ServoStyleContext>() , 280usize ,
concat ! (
"Size of: " , stringify ! ( ServoStyleContext ) ));
assert_eq! (::std::mem::align_of::<ServoStyleContext>() , 8usize ,
@@ -5030,14 +5030,14 @@ pub mod root {
assert_eq! (unsafe {
& ( * ( 0 as * const ServoStyleContext ) ) .
mNextInheritingAnonBoxStyle as * const _ as usize } ,
- 256usize , concat ! (
+ 264usize , concat ! (
"Alignment of field: " , stringify ! (
ServoStyleContext ) , "::" , stringify ! (
mNextInheritingAnonBoxStyle ) ));
assert_eq! (unsafe {
& ( * ( 0 as * const ServoStyleContext ) ) .
mNextLazyPseudoStyle as * const _ as usize } ,
- 264usize , concat ! (
+ 272usize , concat ! (
"Alignment of field: " , stringify ! (
ServoStyleContext ) , "::" , stringify ! (
mNextLazyPseudoStyle ) ));
@@ -15914,7 +15914,7 @@ pub mod root {
}
#[test]
fn bindgen_test_layout_ServoComputedData() {
- assert_eq!(::std::mem::size_of::<ServoComputedData>() , 224usize ,
+ assert_eq!(::std::mem::size_of::<ServoComputedData>() , 232usize ,
concat ! ( "Size of: " , stringify ! ( ServoComputedData )
));
assert_eq! (::std::mem::align_of::<ServoComputedData>() , 8usize ,