Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index ad1b666750772e0977fee45ff5581a47dfbc62ee..a8558b6f1afeb523232012faa2c60d0d8b20d906 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -176,6 +176,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) |
dcheng
2017/02/05 09:56:08
Currently this is passed via IPC, but isn't actual
erikchen
2017/02/10 17:19:30
I believe this CL correctly passes is_display_none
|
IPC_STRUCT_TRAITS_MEMBER(required_csp) |
IPC_STRUCT_TRAITS_MEMBER(delegated_permissions) |
IPC_STRUCT_TRAITS_END() |