| Index: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| index 331671643391b39180d7eb0eee2d9ac503dc83cf..0faeb323f478346152fa2b7d2b54c664cfd97940 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -81,6 +81,7 @@ class CORE_EXPORT HTMLFrameOwnerElement : public HTMLElement,
|
| void clearContentFrame() override;
|
| void dispatchLoad() override;
|
| SandboxFlags getSandboxFlags() const override { return m_sandboxFlags; }
|
| + bool canRenderFallbackContent() const override { return false; }
|
| void renderFallbackContent() override {}
|
| ScrollbarMode scrollingMode() const override { return ScrollbarAuto; }
|
| int marginWidth() const override { return -1; }
|
|
|