| 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 fcab18d82a2f7398a61a7c2aaf523835acc3d3df..873bb05d4b0608a1ccd035d59a91f33116b4b369 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameOwner.cpp
|
| @@ -16,6 +16,7 @@ RemoteFrameOwner::RemoteFrameOwner(SandboxFlags flags, const WebFrameOwnerProper
|
| , m_marginWidth(frameOwnerProperties.marginWidth)
|
| , m_marginHeight(frameOwnerProperties.marginHeight)
|
| , m_allowFullscreen(frameOwnerProperties.allowFullscreen)
|
| + , m_allowVR(frameOwnerProperties.allowVR)
|
| {
|
| }
|
|
|
|
|