Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: content/common/frame_messages.h

Issue 1938753002: OOPIF: Replicate allowFullscreen flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 72baac5eb7fd41f06127e1024fef8101a6d4e34d..8c51ae9824d3105a23e53cfee7a6b25683b8a1c6 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)

Powered by Google App Engine
This is Rietveld 408576698