| 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 384a53af7d12e72e506195085f6101732b2e952f..26a3437292ae5c9ffb2cb758aedb9e96bf94c632 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -176,7 +176,8 @@ IPC_STRUCT_TRAITS_BEGIN(WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(spatial_navigation_enabled)
|
| #if defined(OS_ANDROID)
|
| IPC_STRUCT_TRAITS_MEMBER(text_autosizing_enabled)
|
| - IPC_STRUCT_TRAITS_MEMBER(text_autosizing_font_scale_factor)
|
| + IPC_STRUCT_TRAITS_MEMBER(font_scale_factor)
|
| + IPC_STRUCT_TRAITS_MEMBER(device_scale_adjustment)
|
| IPC_STRUCT_TRAITS_MEMBER(force_enable_zoom)
|
| IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback)
|
|
|