Index: third_party/WebKit/Source/web/RemoteFrameOwner.cpp |
diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp |
index 6101e0cfc0dc675d317fe5cb3dc697bd18fef78a..fcab18d82a2f7398a61a7c2aaf523835acc3d3df 100644 |
--- a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp |
+++ b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp |
@@ -15,6 +15,7 @@ RemoteFrameOwner::RemoteFrameOwner(SandboxFlags flags, const WebFrameOwnerProper |
, m_scrolling(static_cast<ScrollbarMode>(frameOwnerProperties.scrollingMode)) |
, m_marginWidth(frameOwnerProperties.marginWidth) |
, m_marginHeight(frameOwnerProperties.marginHeight) |
+ , m_allowFullscreen(frameOwnerProperties.allowFullscreen) |
{ |
} |