| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index c737a6ae5ce2e9b84875e5081d08f224f9ba2ae1..9932cb74e5efc6735ebf3f046a0c4fe5b58cb5b1 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -83,6 +83,7 @@ public:
|
| int marginWidth() const override { return -1; }
|
| int marginHeight() const override { return -1; }
|
| bool allowFullscreen() const override { return false; }
|
| + bool allowVR() const override { return false; }
|
| const WebVector<WebPermissionType>& delegatedPermissions() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|