mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update bindgen for new Gecko snapshot flags.
This commit is contained in:
parent
42cb7caa12
commit
8783254d3d
2 changed files with 4 additions and 2 deletions
|
@ -9620,7 +9620,8 @@ pub mod root {
|
||||||
pub enum ServoElementSnapshotFlags {
|
pub enum ServoElementSnapshotFlags {
|
||||||
State = 1,
|
State = 1,
|
||||||
Attributes = 2,
|
Attributes = 2,
|
||||||
All = 3,
|
Id = 4,
|
||||||
|
MaybeClass = 8,
|
||||||
}
|
}
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[derive(Debug, Copy)]
|
#[derive(Debug, Copy)]
|
||||||
|
|
|
@ -9385,7 +9385,8 @@ pub mod root {
|
||||||
pub enum ServoElementSnapshotFlags {
|
pub enum ServoElementSnapshotFlags {
|
||||||
State = 1,
|
State = 1,
|
||||||
Attributes = 2,
|
Attributes = 2,
|
||||||
All = 3,
|
Id = 4,
|
||||||
|
MaybeClass = 8,
|
||||||
}
|
}
|
||||||
#[repr(C)]
|
#[repr(C)]
|
||||||
#[derive(Debug, Copy)]
|
#[derive(Debug, Copy)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue