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

Unified Diff: Source/modules/accessibility/AXListBox.h

Issue 887643003: Changed accessibility properies to meet W3C standard. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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: Source/modules/accessibility/AXListBox.h
diff --git a/Source/modules/accessibility/AXListBox.h b/Source/modules/accessibility/AXListBox.h
index 692d212c69fd34ccbd0d84fdd62567db990e8a30..a461817ab9223da558134c047470443c853fd738 100644
--- a/Source/modules/accessibility/AXListBox.h
+++ b/Source/modules/accessibility/AXListBox.h
@@ -43,8 +43,6 @@ private:
public:
static PassRefPtr<AXListBox> create(RenderObject*, AXObjectCacheImpl*);
virtual ~AXListBox();
-
- virtual AccessibilityRole roleValue() const override { return ListBoxRole; }
dmazzoni 2015/01/29 16:28:28 Did you remove this because it was already handled
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698