| 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 c12e89f35488be72bff2bd8b7eaf802d1e5d61bf..da9e7c46e1913253e7cdd10a99c26323e446aaff 100644
|
| --- a/third_party/WebKit/public/web/WebFrame.h
|
| +++ b/third_party/WebKit/public/web/WebFrame.h
|
| @@ -184,6 +184,9 @@ class WebFrame {
|
| virtual bool hasHorizontalScrollbar() const = 0;
|
| virtual bool hasVerticalScrollbar() const = 0;
|
|
|
| + // Collapses the owner element of this frame in the parent frame's layout.
|
| + virtual void collapseFrameOwner(bool) = 0;
|
| +
|
| // Hierarchy ----------------------------------------------------------
|
|
|
| // Returns the containing view.
|
|
|