| Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| index 8b2c5903bbd3f8584505ed4e09ad3dc57f249795..2bec3c548f0f657990953653daef4a168ee7a50c 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -49,6 +49,7 @@ class WEB_EXPORT WebRemoteFrameImpl 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;
|
|
|