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

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

Issue 892083003: Revert Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/core/html/HTMLOptionElement.cpp ('k') | Source/core/html/forms/PopupMenuClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLSelectElement.h
diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h
index 12c25e93d019bb8d85ca5fdb9565c00ac0f2b3b8..4ec2ab21f1320e24791430d3019fcf0a7cabc378 100644
--- a/Source/core/html/HTMLSelectElement.h
+++ b/Source/core/html/HTMLSelectElement.h
@@ -126,8 +126,6 @@ public:
HTMLOptionElement* spatialNavigationFocusedOption();
void handleMouseRelease();
- int listIndexForOption(const HTMLOptionElement&);
-
virtual void trace(Visitor*) override;
protected:
@@ -205,6 +203,7 @@ 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;
« no previous file with comments | « Source/core/html/HTMLOptionElement.cpp ('k') | Source/core/html/forms/PopupMenuClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698