| 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 4b553fd8e0a7bf78bec9c9691f8a2b3e8479a12c..6bdc3251957c3ef9477c2011c63039dddee85119 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameOwner.h
|
| @@ -38,6 +38,7 @@ class RemoteFrameOwner final
|
| // TODO(dcheng): Implement.
|
| bool canRenderFallbackContent() const override { return false; }
|
| void renderFallbackContent() override {}
|
| + void setShouldCollapse(bool) override { NOTREACHED(); }
|
|
|
| AtomicString browsingContextContainerName() const override {
|
| return m_browsingContextContainerName;
|
|
|