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

Unified Diff: Source/web/PopupListBox.h

Issue 1013303004: Fix issue on <select> style change when popup is visible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/web/PopupListBox.h
diff --git a/Source/web/PopupListBox.h b/Source/web/PopupListBox.h
index d3da7d104d0478d4f447c09e629336b920c60508..025f615947a6467bf196738c1f95621b2ca02203 100644
--- a/Source/web/PopupListBox.h
+++ b/Source/web/PopupListBox.h
@@ -262,12 +262,6 @@ private:
// selection by clicking or pressing enter yet however.
int m_selectedIndex;
- // If >= 0, this is the index we should accept if the popup is "abandoned".
- // This is used for keyboard navigation, where we want the
- // selection to change immediately, and is only used if the settings
- // acceptOnAbandon field is true.
- int m_acceptedIndexOnAbandon;
-
// This is the number of rows visible in the popup. The maximum number
// visible at a time is defined as being kMaxVisibleRows. For a scrolled
// popup, this can be thought of as the page size in data units.

Powered by Google App Engine
This is Rietveld 408576698