| Index: third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.h b/third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| index 25d39777bacb6b72626a0cc442413059cdb12fe9..a86cefa4e22ae81fb1cee1963829ed9d693b4197 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| @@ -37,6 +37,7 @@ class RemoteFrameOwner final
|
| // TODO(dcheng): Implement.
|
| bool canRenderFallbackContent() const override { return false; }
|
| void renderFallbackContent() override {}
|
| + void setShouldCollapse(bool) override { NOTREACHED(); }
|
| ScrollbarMode scrollingMode() const override { return m_scrolling; }
|
| int marginWidth() const override { return m_marginWidth; }
|
| int marginHeight() const override { return m_marginHeight; }
|
|
|