| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e514f2d3f560c1809f14992889077174644639d6..547714f36837370027c74f03eee67dc8068a0a7e 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -162,6 +162,7 @@ IPC_STRUCT_TRAITS_BEGIN(blink::WebFrameOwnerProperties)
|
| IPC_STRUCT_TRAITS_MEMBER(scrollingMode)
|
| IPC_STRUCT_TRAITS_MEMBER(marginWidth)
|
| IPC_STRUCT_TRAITS_MEMBER(marginHeight)
|
| + IPC_STRUCT_TRAITS_MEMBER(allowFullscreen)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(content::TransitionElement)
|
|
|