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

Unified Diff: third_party/WebKit/Source/web/RemoteFrameOwner.h

Issue 2439903003: PlzNavigate: Allow frames to fallback to alternative content. (Closed)
Patch Set: Nit (+rebase) 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/web/RemoteFrameOwner.h
diff --git a/third_party/WebKit/Source/web/RemoteFrameOwner.h b/third_party/WebKit/Source/web/RemoteFrameOwner.h
index 084e44f7db0b1f19853cf611ab2df29d5a86870f..feb4de4ee696b062f5354d975258e64c6e3a27ee 100644
--- a/third_party/WebKit/Source/web/RemoteFrameOwner.h
+++ b/third_party/WebKit/Source/web/RemoteFrameOwner.h
@@ -35,6 +35,7 @@ class RemoteFrameOwner final
void setSandboxFlags(SandboxFlags flags) { m_sandboxFlags = flags; }
void dispatchLoad() override;
// TODO(dcheng): Implement.
+ bool canRenderFallbackContent() const override { return false; }
void renderFallbackContent() override {}
ScrollbarMode scrollingMode() const override { return m_scrolling; }
int marginWidth() const override { return m_marginWidth; }
« no previous file with comments | « third_party/WebKit/Source/core/html/HTMLObjectElement.h ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698