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 31c1eb6a0afdadf1993d34478e8211a1a619070f..8086a96f9dba95f266100f708f624cf1ec2f7ee7 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLIFrameElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLIFrameElement.h |
@@ -53,6 +53,8 @@ class CORE_EXPORT HTMLIFrameElement final |
private: |
explicit HTMLIFrameElement(Document&); |
+ void SetCollapsed(bool) override; |
+ |
void ParseAttribute(const AttributeModificationParams&) override; |
bool IsPresentationAttribute(const QualifiedName&) const override; |
void CollectStyleForPresentationAttribute(const QualifiedName&, |
@@ -88,6 +90,7 @@ class CORE_EXPORT HTMLIFrameElement final |
bool did_load_non_empty_document_; |
bool allow_fullscreen_; |
bool allow_payment_request_; |
+ bool collapsed_by_client_; |
Member<HTMLIFrameElementSandbox> sandbox_; |
Member<HTMLIFrameElementAllow> allow_; |