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

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

Issue 347773002: Implement select listbox using shadow DOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/AXListBoxOption.h
diff --git a/Source/core/accessibility/AXListBoxOption.h b/Source/core/accessibility/AXListBoxOption.h
index 6ea9ab8af88a5e8ba220602ea13d331541078d77..4e4e4f6957b35faa7acfad5920e51425b556e2b2 100644
--- a/Source/core/accessibility/AXListBoxOption.h
+++ b/Source/core/accessibility/AXListBoxOption.h
@@ -60,7 +60,6 @@ public:
virtual void setSelected(bool) OVERRIDE;
virtual bool canSetSelectedAttribute() const OVERRIDE;
- virtual LayoutRect elementRect() const OVERRIDE;
virtual AXObject* parentObject() const OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698