| 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 8a569c0853566505360638ed0e20ce5c0f065a61..7d3438e6b36e74ac6de71a802a0dc6604653ddfc 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -54,6 +54,10 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
| // return any LayoutObject when using fallback content.
|
| LayoutPart* GetLayoutPart() const;
|
|
|
| + // Whether to collapse the frame owner element in the embedder document. That
|
| + // is, to remove it from the layout as if it did not exist.
|
| + virtual void SetCollapsedByClient(bool) {}
|
| +
|
| Document* getSVGDocument(ExceptionState&) const;
|
|
|
| virtual bool LoadedNonEmptyDocument() const { return false; }
|
|
|