| 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 c6a34554bfddd8a01a29a54e174f168b21a46758..9b48d1a2e614f3b29d07e088ceadf8b3879ac3b4 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;
|
|
|