| 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 a7d9da66e2c7f9318c1b0d9b8651ad1a0cd1cfc4..8d53c17e74b05a3f812880a747dd4b0a6b03cc46 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -223,6 +223,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(fullscreen_supported)
|
| IPC_STRUCT_TRAITS_MEMBER(double_tap_to_zoom_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(user_gesture_required_for_media_playback)
|
| + IPC_STRUCT_TRAITS_MEMBER(media_playback_gesture_whitelist_scope)
|
| IPC_STRUCT_TRAITS_MEMBER(default_video_poster_url)
|
| IPC_STRUCT_TRAITS_MEMBER(support_deprecated_target_density_dpi)
|
| IPC_STRUCT_TRAITS_MEMBER(use_legacy_background_size_shorthand_behavior)
|
|
|