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

Unified Diff: Source/core/accessibility/AXMenuList.h

Issue 679623002: Check whether aria-expanded attribute is defined (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add COMPILE ASSERT for new enum type Created 6 years, 2 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
« no previous file with comments | « no previous file | Source/core/accessibility/AXMenuList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/accessibility/AXMenuList.h
diff --git a/Source/core/accessibility/AXMenuList.h b/Source/core/accessibility/AXMenuList.h
index 231e095ec0234d3bd0537e7a900e08f947e23b5d..077579e5117a9b2fe674c65231b62a124533d193 100644
--- a/Source/core/accessibility/AXMenuList.h
+++ b/Source/core/accessibility/AXMenuList.h
@@ -37,6 +37,7 @@ public:
static PassRefPtr<AXMenuList> create(RenderMenuList* renderer);
virtual bool isCollapsed() const override;
+ virtual AccessibilityExpanded isExpanded() const override final;
virtual bool press() const override;
void didUpdateActiveOption(int optionIndex);
« no previous file with comments | « no previous file | Source/core/accessibility/AXMenuList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698