Index: content/public/common/common_param_traits_macros.h |
diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h |
index 4f59c2671df19a08a86b6ae290101759aaee1264..149b8b6d9b8f890bd6edbbf3086a9d43d869ab9f 100644 |
--- a/content/public/common/common_param_traits_macros.h |
+++ b/content/public/common/common_param_traits_macros.h |
@@ -52,6 +52,9 @@ IPC_ENUM_TRAITS_MIN_MAX_VALUE(ui::PointerType, |
IPC_ENUM_TRAITS_MIN_MAX_VALUE(ui::HoverType, |
ui::HOVER_TYPE_FIRST, |
ui::HOVER_TYPE_LAST) |
+IPC_ENUM_TRAITS_MIN_MAX_VALUE(content::ImageAnimationPolicy, |
+ content::IMAGE_ANIMATION_POLICY_ALLOWED, |
+ content::IMAGE_ANIMATION_POLICY_NO_ANIMATION) |
IPC_STRUCT_TRAITS_BEGIN(blink::WebPoint) |
IPC_STRUCT_TRAITS_MEMBER(x) |
@@ -198,6 +201,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences) |
IPC_STRUCT_TRAITS_MEMBER(v8_script_streaming_mode) |
IPC_STRUCT_TRAITS_MEMBER(slimming_paint_enabled) |
IPC_STRUCT_TRAITS_MEMBER(pepper_accelerated_video_decode_enabled) |
+ IPC_STRUCT_TRAITS_MEMBER(animation_policy) |
#if defined(OS_ANDROID) |
IPC_STRUCT_TRAITS_MEMBER(text_autosizing_enabled) |
IPC_STRUCT_TRAITS_MEMBER(font_scale_factor) |