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

Unified Diff: Source/core/html/HTMLSelectElement.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/HTMLSelectElement.h
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h
index 9e350d15acfcca1936a54b93fc630a99c167596c..21240f58d6ddd5df35c50067a67e15195eb62c45 100644
--- a/Source/core/html/HTMLSelectElement.h
+++ b/Source/core/html/HTMLSelectElement.h
@@ -125,6 +125,8 @@ public:
HTMLOptionElement* spatialNavigationFocusedOption();
void handleMouseRelease();
+ int listIndexForOption(const HTMLOptionElement&);
+
virtual void trace(Visitor*) override;
protected:
@@ -202,7 +204,6 @@ private:
int lastSelectableListIndex() const;
int nextSelectableListIndexPageAway(int startIndex, SkipDirection) const;
int listIndexForEventTargetOption(const Event&);
- int listIndexForOption(const HTMLOptionElement&);
AutoscrollController* autoscrollController() const;
virtual void childrenChanged(const ChildrenChange&) override;

Powered by Google App Engine
This is Rietveld 408576698