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

Unified Diff: Source/core/html/HTMLOptionElement.h

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/html/HTMLOptionElement.h
diff --git a/Source/core/html/HTMLOptionElement.h b/Source/core/html/HTMLOptionElement.h
index b4fd56b688a11b951b7876cec432c19bc0826dac..a5dd20be7f03ed8f440265a57e8b4c6d9763564d 100644
--- a/Source/core/html/HTMLOptionElement.h
+++ b/Source/core/html/HTMLOptionElement.h
@@ -69,6 +69,9 @@ public:
bool spatialNavigationFocused() const;
bool isDisplayNone() const;
+
+ int listIndex() const;
+
private:
explicit HTMLOptionElement(Document&);
virtual ~HTMLOptionElement();

Powered by Google App Engine
This is Rietveld 408576698