Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXMenuListPopup.h

Issue 2287433003: Get rid of remaining uses of AXObject::elementRect (Closed)
Patch Set: Rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698