| 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 53e502d9615cacf5d9690a046bfa5b512bc7e198..c2d7b581c514a564051344af845d40d8d1690a77 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 collapse(bool) override;
|
| WebView* view() const override;
|
| WebDocument document() const override;
|
| WebPerformance performance() const override;
|
|
|