| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e47289f30217c9ca54baedbf2248d868d496abe2..4c1b24aa9ad732a735445cb3188970e5d562759a 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -177,6 +177,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::FrameOwnerProperties)
|
| IPC_STRUCT_TRAITS_MEMBER(margin_height)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_fullscreen)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_payment_request)
|
| + IPC_STRUCT_TRAITS_MEMBER(is_display_none)
|
| IPC_STRUCT_TRAITS_MEMBER(required_csp)
|
| IPC_STRUCT_TRAITS_MEMBER(allowed_features)
|
| IPC_STRUCT_TRAITS_END()
|
|
|