| Index: Source/web/PopupMenuTest.cpp
|
| diff --git a/Source/web/PopupMenuTest.cpp b/Source/web/PopupMenuTest.cpp
|
| index 9a20352d3b1ecfc407909e2250dbfd72ef874647..df30203a9ed11ef2c4a35ccb933a4146cb994d4c 100644
|
| --- a/Source/web/PopupMenuTest.cpp
|
| +++ b/Source/web/PopupMenuTest.cpp
|
| @@ -122,7 +122,7 @@ public:
|
| virtual bool itemIsSelected(unsigned listIndex) const { return listIndex == m_selectIndex; }
|
| virtual bool valueShouldChangeOnHotTrack() const { return false; }
|
| virtual void setTextFromItem(unsigned listIndex) { }
|
| - virtual IntRect elementRectRelativeToRootView() const override { return IntRect(); }
|
| + virtual IntRect elementRectRelativeToViewport() const override { return IntRect(); }
|
| virtual Element& ownerElement() const override { return *toElement(m_node); }
|
| virtual LayoutStyle* layoutStyleForItem(Element& element) const override { return nullptr; }
|
|
|
|
|