summaryrefslogtreecommitdiff
path: root/Source/WebCore/rendering/RenderMenuList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/RenderMenuList.h')
-rw-r--r--Source/WebCore/rendering/RenderMenuList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/rendering/RenderMenuList.h b/Source/WebCore/rendering/RenderMenuList.h
index 7466b1ff9..0b4300840 100644
--- a/Source/WebCore/rendering/RenderMenuList.h
+++ b/Source/WebCore/rendering/RenderMenuList.h
@@ -68,6 +68,7 @@ private:
virtual LayoutRect controlClipRect(const LayoutPoint&) const;
virtual bool hasControlClip() const { return true; }
virtual bool canHaveGeneratedChildren() const OVERRIDE { return false; }
+ virtual bool canBeReplacedWithInlineRunIn() const OVERRIDE;
virtual const char* renderName() const { return "RenderMenuList"; }