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

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: 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/PopupMenuImpl.h
diff --git a/Source/web/PopupMenuImpl.h b/Source/web/PopupMenuImpl.h
index 743122fdb9fe1442fb9e38bf53ccb42cd7db8208..3bac7e5e5783e24f13be8a3b7cb2a5dddfad4ab4 100644
--- a/Source/web/PopupMenuImpl.h
+++ b/Source/web/PopupMenuImpl.h
@@ -53,10 +53,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;
};
}

Powered by Google App Engine
This is Rietveld 408576698