From 2559cfd4042c21e67a05b516a4f7b5cd188f170a Mon Sep 17 00:00:00 2001 From: Hiroyuki Ikezoe Date: Thu, 22 Feb 2018 07:54:32 +0900 Subject: [PATCH] Update bindings. --- components/style/gecko/generated/structs.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/style/gecko/generated/structs.rs b/components/style/gecko/generated/structs.rs index 6187943584f..38e0d1f9d1b 100644 --- a/components/style/gecko/generated/structs.rs +++ b/components/style/gecko/generated/structs.rs @@ -5642,6 +5642,7 @@ pub mod root { pub const UpdateAnimationsTasks_CSSTransitions: root::mozilla::UpdateAnimationsTasks = 2; pub const UpdateAnimationsTasks_EffectProperties: root::mozilla::UpdateAnimationsTasks = 4; pub const UpdateAnimationsTasks_CascadeResults: root::mozilla::UpdateAnimationsTasks = 8; + pub const UpdateAnimationsTasks_DisplayChangedFromNone: root::mozilla::UpdateAnimationsTasks = 16; pub type UpdateAnimationsTasks = u8; pub const ParsingMode_Default: root::mozilla::ParsingMode = 0; pub const ParsingMode_AllowUnitlessLength: root::mozilla::ParsingMode = 1;