| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 1e48d48f15d0de8bc8d0ad4357bfea4976d9b821..b17dd0c6977f205c64f2dc35ab04e02c43bff231 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -100,6 +100,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| WebRect visibleContentRect() const override;
|
| bool hasHorizontalScrollbar() const override;
|
| bool hasVerticalScrollbar() const override;
|
| + void collapseFrameOwner(bool) override;
|
| WebView* view() const override;
|
| WebDocument document() const override;
|
| WebPerformance performance() const override;
|
|
|