| Index: third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
|
| index 616801d1c95b997936001884c6959d78c98f3173..e03baca6ff40d5b36295f7c0a8e564499cb6c349 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h
|
| @@ -53,7 +53,6 @@ private:
|
|
|
| bool isMenuListPopup() const override { return true; }
|
|
|
| - LayoutRect elementRect() const override { return LayoutRect(); }
|
| AccessibilityRole roleValue() const override { return MenuListPopupRole; }
|
|
|
| bool isVisible() const override;
|
|
|