| Index: third_party/WebKit/Source/core/html/HTMLIFrameElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
|
| index 9b2ac57d5b75b348af3862ff0ada2d2e2d28b1df..752d0c86fd74027d6b6bfba9a66867b963511cd0 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h
|
| @@ -59,8 +59,11 @@ private:
|
|
|
| ReferrerPolicy referrerPolicyAttribute() override;
|
|
|
| + bool allowFullscreen() const override { return m_allowFullscreen; }
|
| +
|
| AtomicString m_name;
|
| bool m_didLoadNonEmptyDocument;
|
| + bool m_allowFullscreen;
|
| Member<HTMLIFrameElementSandbox> m_sandbox;
|
|
|
| ReferrerPolicy m_referrerPolicy;
|
|
|