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

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

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/core/accessibility/AXListBox.h
diff --git a/Source/core/accessibility/AXListBox.h b/Source/core/accessibility/AXListBox.h
index 76890c57259a72e3b667ce7f67d7686071496ec1..4eef526cd7ee619da8387d59ad846ecc9cb618bb 100644
--- a/Source/core/accessibility/AXListBox.h
+++ b/Source/core/accessibility/AXListBox.h
@@ -42,12 +42,6 @@ public:
virtual ~AXListBox();
virtual AccessibilityRole roleValue() const OVERRIDE { return ListBoxRole; }
-
- virtual void addChildren() OVERRIDE;
-
-private:
- AXObject* listBoxOptionAXObject(HTMLElement*) const;
- virtual AXObject* elementAccessibilityHitTest(const IntPoint&) const OVERRIDE;
};
} // namespace WebCore
« no previous file with comments | « LayoutTests/scrollbars/listbox-scrollbar-combinations-expected.txt ('k') | Source/core/accessibility/AXListBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698