| 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 12ea351a3928d4be7197e2bd32235417f7edf8fb..1b7c425497282e9fdd37fb02a1549a8be1b29b0b 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)
|
| @@ -197,6 +200,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)
|
|
|