| 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 3fb58f3c1d2d040dad1c477460b2a31eb97d6d2c..8f9eacad07821ba1f99668530d390c2f2f711adc 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -209,6 +209,10 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(animation_policy)
|
| IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_presentation)
|
| IPC_STRUCT_TRAITS_MEMBER(text_track_margin_percentage)
|
| + IPC_STRUCT_TRAITS_MEMBER(expensive_background_throttling_cpu_budget)
|
| + IPC_STRUCT_TRAITS_MEMBER(expensive_background_throttling_initial_budget)
|
| + IPC_STRUCT_TRAITS_MEMBER(expensive_background_throttling_max_budget)
|
| + IPC_STRUCT_TRAITS_MEMBER(expensive_background_throttling_max_delay)
|
| #if defined(OS_ANDROID)
|
| IPC_STRUCT_TRAITS_MEMBER(text_autosizing_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(font_scale_factor)
|
|
|