Index: Source/core/rendering/RenderMenuList.h |
diff --git a/Source/core/rendering/RenderMenuList.h b/Source/core/rendering/RenderMenuList.h |
index 79b39a40fee3c23a9d3ff9c5d9232d8c8889f367..262eef00f9f586ed297dcb8f05ed3faf9259c6d4 100644 |
--- a/Source/core/rendering/RenderMenuList.h |
+++ b/Source/core/rendering/RenderMenuList.h |
@@ -97,6 +97,9 @@ private: |
virtual void setTextFromItem(unsigned listIndex) override; |
virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true) override; |
virtual bool multiple() const override; |
+ virtual IntRect elementRectRelativeToRootView() const override; |
+ virtual Element& ownerElement() const override; |
+ virtual RenderStyle* renderStyleForItem(HTMLElement&) const override; |
virtual bool hasLineIfEmpty() const override { return true; } |