Chromium Code Reviews| 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()); |