| Index: third_party/WebKit/public/web/WebFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebFrame.h b/third_party/WebKit/public/web/WebFrame.h
|
| index 826ea3e4e53f9cc760791d1173080db2b35d737f..dd74a6b0f77e72173e72e3f0ad11c332acf7aa64 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -181,6 +181,11 @@ class WebFrame {
|
| virtual bool HasHorizontalScrollbar() const = 0;
|
| virtual bool HasVerticalScrollbar() const = 0;
|
|
|
| + // Whether to collapse the frame's owner element in the embedder document,
|
| + // that is, to remove it from the layout as if it did not exist. Only works
|
| + // for <iframe> owner elements.
|
| + BLINK_EXPORT void Collapse(bool);
|
| +
|
| // Hierarchy ----------------------------------------------------------
|
|
|
| // Returns the containing view.
|
|
|