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

Unified Diff: Source/core/rendering/RenderListBox.h

Issue 189543012: Update <select> when any of its <option> children has "display: none" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch without setTimeout Created 6 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/rendering/RenderListBox.h
diff --git a/Source/core/rendering/RenderListBox.h b/Source/core/rendering/RenderListBox.h
index efc47aa25103ee9bf7341490fa9a87f8ec049003..cbdd4480faa8bc05ca55cc9fbe4f3130eed1a198 100644
--- a/Source/core/rendering/RenderListBox.h
+++ b/Source/core/rendering/RenderListBox.h
@@ -154,6 +154,7 @@ private:
int m_indexOffset;
RefPtr<Scrollbar> m_vBar;
+ Vector<int> m_listItemIndex;
esprehn 2014/03/21 20:43:39 It seems unfortunate to keep this Vector the size
spartha 2014/03/21 21:29:03 Yeah, totally agree. The only reason I want to use
};
DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderListBox, isListBox());

Powered by Google App Engine
This is Rietveld 408576698