Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h

Issue 2439903003: PlzNavigate: Allow frames to fallback to alternative content. (Closed)
Patch Set: Nit. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698