Index: Source/core/rendering/RenderListBox.h |
diff --git a/Source/core/rendering/RenderListBox.h b/Source/core/rendering/RenderListBox.h |
index 53623b4d6fff19606a17c92402974fb85de628a8..1fc0fec482ff4fc463c038ee352dc628e37d9ad9 100644 |
--- a/Source/core/rendering/RenderListBox.h |
+++ b/Source/core/rendering/RenderListBox.h |
@@ -144,6 +144,7 @@ private: |
int numVisibleItems() const; |
int numItems() const; |
LayoutUnit listHeight() const; |
+ int scrollbarLeft() const; |
void paintScrollbar(PaintInfo&, const LayoutPoint&); |
void paintItemForeground(PaintInfo&, const LayoutPoint&, int listIndex); |
void paintItemBackground(PaintInfo&, const LayoutPoint&, int listIndex); |