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 3610ab6eb67afebe2de8b49e8fca1ee7eb069f4e..26ec6013afad28090c721987c83f2423b51a1f0e 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h |
@@ -84,6 +84,7 @@ public: |
ScrollbarMode scrollingMode() const override { return ScrollbarAuto; } |
int marginWidth() const override { return -1; } |
int marginHeight() const override { return -1; } |
+ bool allowFullscreen() const override { return false; } |
DECLARE_VIRTUAL_TRACE(); |