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

Unified Diff: Source/core/html/forms/PopupMenuClient.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/core/html/forms/PopupMenuClient.h
diff --git a/Source/core/html/forms/PopupMenuClient.h b/Source/core/html/forms/PopupMenuClient.h
index c1798a9f72cfd34219517488ae7beb1af5de81c8..2aca3cc64b5f741bc3fa0f1ed613e8be2e494bea 100644
--- a/Source/core/html/forms/PopupMenuClient.h
+++ b/Source/core/html/forms/PopupMenuClient.h
@@ -53,7 +53,7 @@ public:
virtual bool itemIsSeparator(unsigned listIndex) const = 0;
virtual bool itemIsLabel(unsigned listIndex) const = 0;
virtual bool itemIsSelected(unsigned listIndex) const = 0;
- virtual void setTextFromItem(unsigned listIndex) = 0;
+ virtual void setProvisionallySelectedListIndex(unsigned) = 0;
virtual IntRect elementRectRelativeToViewport() const = 0;
virtual Element& ownerElement() const = 0;
virtual const LayoutStyle* layoutStyleForItem(Element&) const = 0;

Powered by Google App Engine
This is Rietveld 408576698