| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 4de5ff7d56c6a19546a141aeb9c594872c6cf3b4..8345f8f40c6e773c324e2c8c7ce9e87d2cdf07b5 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -161,6 +161,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)
|
|
|