| Index: Source/core/rendering/RenderMenuList.h
|
| diff --git a/Source/core/rendering/RenderMenuList.h b/Source/core/rendering/RenderMenuList.h
|
| index 3660c6cb88bcf39063806b950842a88049f94e86..c1e388b2f9359aff46c453b5ba8c5f668de7dec2 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(Element&) const override;
|
|
|
| virtual bool hasLineIfEmpty() const override { return true; }
|
|
|
|
|