| 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 c8838c82b1419955a554b5685eb780d6f2864718..aac653c984a106a406a7f147157a734890600666 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -86,6 +86,7 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
| int marginWidth() const override { return -1; }
|
| int marginHeight() const override { return -1; }
|
| bool allowFullscreen() const override { return false; }
|
| + bool allowPaymentRequest() const override { return false; }
|
| const WebVector<WebPermissionType>& delegatedPermissions() const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|