| 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 7e8ac3161f9b59960f43d58c54b70003c12b760c..1f9eed4a360a1ba6b1aeef1aec81f3c2b43c6745 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; }
|
| + const WebVector<WebPermissionType>& delegatedPermissions() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|