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

Unified Diff: Source/web/PopupMenuImpl.h

Issue 1013303004: Fix issue on <select> style change when popup is visible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed test expectation 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
« no previous file with comments | « Source/web/PopupListBox.cpp ('k') | Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PopupMenuImpl.h
diff --git a/Source/web/PopupMenuImpl.h b/Source/web/PopupMenuImpl.h
index a35a1b624ce2f7807dee10f5f2d8a223c23fc06f..8ce8a18f909e5c89d8b388a14ae273195433fbb9 100644
--- a/Source/web/PopupMenuImpl.h
+++ b/Source/web/PopupMenuImpl.h
@@ -55,10 +55,6 @@ private:
ChromeClientImpl* m_chromeClient;
PopupMenuClient* m_client;
PagePopup* m_popup;
- // If >= 0, this is the index we should accept when the popup closes.
- // This is used for keyboard navigation, where we want the
- // text to change immediately but set the value on close.
- int m_indexToSetOnClose;
bool m_needsUpdate;
};
« no previous file with comments | « Source/web/PopupListBox.cpp ('k') | Source/web/PopupMenuImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698