summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLFrameElementBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLFrameElementBase.h')
-rw-r--r--Source/WebCore/html/HTMLFrameElementBase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/html/HTMLFrameElementBase.h b/Source/WebCore/html/HTMLFrameElementBase.h
index e5f9c46..9922fd1 100644
--- a/Source/WebCore/html/HTMLFrameElementBase.h
+++ b/Source/WebCore/html/HTMLFrameElementBase.h
@@ -43,6 +43,9 @@ public:
int height() const;
void setRemainsAliveOnRemovalFromTree(bool);
+#if ENABLE(FULLSCREEN_API)
+ virtual bool allowFullScreen() const;
+#endif
protected:
HTMLFrameElementBase(const QualifiedName&, Document*);