| 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 b61ffb25206fd1799c28b05b3e3d628c33e1c1a9..996939a7fdbdacfbf0ad0535c47cf7a408c330d9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
|
| @@ -80,6 +80,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; }
|
|
|