| 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 2ac01c89661e8706701b149cb3542732c7c46fcc..a751248ba7a5d5dd2c0c19f6d4dcad3d5c07cc5b 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;
|
|
|